Skip to content

Commit

Permalink
Revert "[EJBCLIENT-388] Add 'remote+tls' to supported protocols"
Browse files Browse the repository at this point in the history
This reverts commit 74057c1.
  • Loading branch information
tadamski committed May 30, 2023
1 parent ca7981e commit 9964479
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ public boolean supportsProtocol(final String uriScheme) {
case "remote":
case "remote+http":
case "remote+https":
case "remote+tls":
// compatibility
case "remoting":
case "http-remoting":
Expand All @@ -70,7 +69,6 @@ public EJBReceiver getReceiver(final EJBReceiverContext receiverContext, final S
case "remote":
case "remote+http":
case "remote+https":
case "remote+tls":
// compatibility
case "remoting":
case "http-remoting":
Expand Down

0 comments on commit 9964479

Please sign in to comment.