Skip to content

Commit cdeb531

Browse files
author
Steve Powell
committed
Fix noLocal parameter JavaDoc
1 parent 828fac3 commit cdeb531

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/com/rabbitmq/client/Channel.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -624,7 +624,8 @@ void basicNack(long deliveryTag, boolean multiple, boolean requeue)
624624
* acknowledged once delivered; false if the server should expect
625625
* explicit acknowledgements
626626
* @param consumerTag a client-generated consumer tag to establish context
627-
* @param noLocal flag set to true unless server local buffering is required
627+
* @param noLocal true if the server should not deliver to this consumer
628+
* messages published on this channel's connection
628629
* @param exclusive true if this is an exclusive consumer
629630
* @param callback an interface to the consumer object
630631
* @param arguments a set of arguments for the consume

0 commit comments

Comments
 (0)