8000
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 1c30510 commit a603ebeCopy full SHA for a603ebe
src/com/rabbitmq/client/impl/AMQChannel.java
@@ -323,7 +323,7 @@ public void quiescingTransmit(AMQCommand c) throws IOException {
323
while (_blockContent) {
324
try {
325
_channelMutex.wait();
326
- } catch (InterruptedException e) {}
+ } catch (InterruptedException ignored) {}
327
328
// This is to catch a situation when the thread wakes up during
329
// shutdown. Currently, no command that has content is allowed
0 commit comments