Skip to content

Commit 5751564

Browse files
author
Simon MacMullen
committed
Correct comment.
1 parent b0dcf24 commit 5751564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/com/rabbitmq/client/Channel.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -172,8 +172,8 @@ public interface Channel extends ShutdownNotifier {
172172
* active.
173173
*
174174
* In these circumstances, you can register a default consumer to handle
175-
* such deliveries. If no default consumer is registered the delivery is
176-
* ignored.
175+
* such deliveries. If no default consumer is registered an
176+
* IllegalStateException will be thrown when such a delivery arrives.
177177
*
178178
* Most people will not need to use this.
179179
*

0 commit comments

Comments
 (0)