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 74a7b39 commit a24af9cCopy full SHA for a24af9c
src/main/java/com/rabbitmq/client/impl/AMQConnection.java
@@ -851,7 +851,7 @@ public void handleConnectionClose(Command closeCommand) {
851
SocketCloseWait scw = new SocketCloseWait(sse);
852
853
// if shutdown executor is configured, use it. Otherwise
854
- // execut socket close monitor the old fashioned way.
+ // execute socket close monitor the old fashioned way.
855
// see rabbitmq/rabbitmq-java-client#91
856
if(shutdownExecutor != null) {
857
shutdownExecutor.execute(scw);
0 commit comments