Skip to content

Commit 44ea2e3

Browse files
author
Matthew Sackman
committed
Meaningful documentation
1 parent c71fd3b commit 44ea2e3

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
@@ -95,7 +95,7 @@ public interface Channel extends ShutdownNotifier {
9595
/**
9696
* Set flow on the channel
9797
*
98-
* @param active is flow active
98+
* @param active if true, the server is asked to start sending. If false, the server is asked to stop sending.
9999
* @throws IOException
100100
*/
101101
FlowOk flow(boolean active) throws IOException;

0 commit comments

Comments
 (0)