Skip to content

Commit

Permalink
[EJBCLIENT-370] Add a default impl to the EJBTransportProvider.close …
Browse files Browse the repository at this point in the history
…method so wildfly-http-ejb-client can compile without changes (#456)
  • Loading branch information
bstansberry authored May 14, 2020
1 parent a8b95a7 commit 2f5bfb6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,5 +50,5 @@ default void notifyRegistered(EJBReceiverContext receiverContext) {}
*/
EJBReceiver getReceiver(EJBReceiverContext receiverContext, String uriScheme) throws IllegalArgumentException;

void close(EJBReceiverContext receiverContext) throws Exception;
default void close(EJBReceiverContext receiverContext) throws Exception {}
}

0 comments on commit 2f5bfb6

Please sign in to comment.