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 186f27e commit 68a4afbCopy full SHA for 68a4afb
src/main/java/com/rabbitmq/client/impl/AMQConnection.java
@@ -857,7 +857,7 @@ public void handleConnectionClose(Command closeCommand) {
857
SocketCloseWait scw = new SocketCloseWait(sse);
858
859
// if shutdown executor is configured, use it. Otherwise
860
- // execut socket close monitor the old fashioned way.
+ // execute socket close monitor the old fashioned way.
861
// see rabbitmq/rabbitmq-java-client#91
862
if(shutdownExecutor != null) {
863
shutdownExecutor.execute(scw);
0 commit comments