We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32b1825 commit e937aa9Copy full SHA for e937aa9
src/com/rabbitmq/client/DefaultConsumer.java
@@ -45,7 +45,7 @@ public class DefaultConsumer implements Consumer {
45
46
/**
47
* Constructs a new instance and records its association to the passed-in channel.
48
- * @param channel the channel on which the
+ * @param channel the channel to which this consumer is attached
49
*/
50
public DefaultConsumer(Channel channel) {
51
_channel = channel;
0 commit comments