Skip to content

Commit 131bb99

Browse files
author
Matthias Radestock
committed
correct typo
1 parent 8e75417 commit 131bb99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/rabbitmq/client/Channel.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public interface Channel extends ShutdownNotifier{
124124
* Request specific "quality of service" settings.
125125
*
126126
* These settings impose limits on the amount of data the server
127-
* will deliver to consumers before requireing the receipt of
127+
* will deliver to consumers before requiring the receipt of
128128
* acknowledgements.
129129
* Thus they provide a means of consumer-initiated flow control.
130130
* @see com.rabbitmq.client.AMQP.Basic.Qos

0 commit comments

Comments
 (0)