Skip to content

Commit 579ae0b

Browse files
author
Simon MacMullen
committed
Tweak comment.
1 parent 3cf00a1 commit 579ae0b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/src/com/rabbitmq/client/test/BrokerTestCase.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,8 @@ public void expectChannelError(int error) {
156156
channel.basicQos(0);
157157
fail("Expected channel error " + error);
158158
} catch (IOException ioe) {
159-
// If we immediately provoke the channel to close after flushing
160-
// it with the sync basicQos above.
159+
// If we get a channel close back when flushing it with the
160+
// synchronous basicQos above.
161161
checkShutdownSignal(error, ioe);
162162
} catch (AlreadyClosedException ace) {
163163
// If it has already closed of its own accord before we got there.

0 commit comments

Comments
 (0)