Skip to content

Commit a9ccd86

Browse files
author
Matthias Radestock
committed
cosmetic
1 parent 164f5f7 commit a9ccd86

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -678,8 +678,7 @@ public void close(int closeCode,
678678
AMQImpl.Connection.Close reason =
679679
new AMQImpl.Connection.Close(closeCode, closeMessage, 0, 0);
680680
shutdown(reason, initiatedByApplication, cause);
681-
_channel0.quiescingRpc(reason,
682-
timeout);
681+
_channel0.quiescingRpc(reason, timeout);
683682
} catch (TimeoutException tte) {
684683
if (!abort)
685684
throw new ShutdownSignalException(true, true, tte, this);

0 commit comments

Comments
 (0)