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 85a473e commit d7cb82fCopy full SHA for d7cb82f
src/com/rabbitmq/client/impl/AMQConnection.java
@@ -578,7 +578,7 @@ public boolean processControlCommand(Command c) throws IOException
578
// Already shutting down, so just send back a CloseOk.
579
try {
580
_channel0.quiescingTransmit(new AMQP.Connection.CloseOk.Builder().build());
581
- } catch (IOException ioe) { } // ignore
+ } catch (IOException _) { } // ignore
582
return true;
583
} else if (method instanceof AMQP.Connection.CloseOk) {
584
// It's our final "RPC". Time to shut down.
0 commit comments