Skip to content

Commit e937aa9

Browse files
committed
fix typo
1 parent 32b1825 commit e937aa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/rabbitmq/client/DefaultConsumer.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ public class DefaultConsumer implements Consumer {
4545

4646
/**
4747
* Constructs a new instance and records its association to the passed-in channel.
48-
* @param channel the channel on which the
48+
* @param channel the channel to which this consumer is attached
4949
*/
5050
public DefaultConsumer(Channel channel) {
5151
_channel = channel;

0 commit comments

Comments
 (0)