We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f19e850 commit a802c4eCopy full SHA for a802c4e
src/com/rabbitmq/client/impl/ConnectionParams.java
@@ -49,7 +49,6 @@ public ConnectionParams(String username, String password, ExecutorService execut
49
this.saslConfig = saslConfig;
50
this.networkRecoveryInterval = networkRecoveryInterval;
51
this.topologyRecovery = topologyRecovery;
52
-
53
54
this.exceptionHandler = new DefaultExceptionHandler();
55
}
0 commit comments