Skip to content

Commit ee3da36

Browse files
author
Steve Powell
committed
Merge bug24268 into default.
2 parents 2b09eeb + c7d8934 commit ee3da36

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/com/rabbitmq/client/impl/ChannelN.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,8 +85,7 @@ public class ChannelN extends AMQChannel implements com.rabbitmq.client.Channel
8585
*/
8686
public volatile ConfirmListener confirmListener = null;
8787

88-
/** Sequence number of next published message requiring confirmation.
89-
*/
88+
/** Sequence number of next published message requiring confirmation. */
9089
private long nextPublishSeqNo = 0L;
9190

9291
/** Reference to the currently-active default consumer, or null if there is
@@ -95,7 +94,7 @@ public class ChannelN extends AMQChannel implements com.rabbitmq.client.Channel
9594
public volatile Consumer defaultConsumer = null;
9695

9796
/** Set of currently unconfirmed messages (i.e. messages that have
98-
* not been ack'd or nack'd by the server yet. */
97+
* not been ack'd or nack'd by the server yet. */
9998
protected volatile SortedSet<Long> unconfirmedSet =
10099
Collections.synchronizedSortedSet(new TreeSet<Long>());
101100

0 commit comments

Comments
 (0)