8000 Squash warnings in AMQChannel · egolin/rabbitmq-java-client@a603ebe · GitHub
[go: up one dir, main page]

Skip to content

Commit a603ebe

Browse files
Squash warnings in AMQChannel
1 parent 1c30510 commit a603ebe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/rabbitmq/client/impl/AMQChannel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,7 @@ public void quiescingTransmit(AMQCommand c) throws IOException {
323323
while (_blockContent) {
324324
try {
325325
_channelMutex.wait();
326-
} catch (InterruptedException e) {}
326+
} catch (InterruptedException ignored) {}
327327

328328
// This is to catch a situation when the thread wakes up during
329329
// shutdown. Currently, no command that has content is allowed

0 commit comments

Comments
 (0)
0