Skip to content

Commit bbec2c7

Browse files
Remove a confusing comment
It was automatically inserted by IDEA.
1 parent 4b70345 commit bbec2c7

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

test/src/com/rabbitmq/client/test/functional/ConsumerCancelNotification.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -90,11 +90,6 @@ class AlteringConsumer extends DefaultConsumer {
9090
private final String altQueue;
9191
private final CountDownLatch latch;
9292

93-
/**
94-
* Constructs a new instance and records its association to the passed-in channel.
95-
*
96-
* @param channel the channel to which this consumer is attached
97-
*/
9893
public AlteringConsumer(Channel channel, String altQueue, CountDownLatch latch) {
9994
super(channel);
10095
this.altQueue = altQueue;

0 commit comments

Comments
 (0)