Skip to content

Commit 2bb18e6

Browse files
author
David R. MacIver
committed
remove this in this._channelMax
1 parent 2043b35 commit 2bb18e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public ChannelManager(int channelMax){
6262
channelMax = (1 << 16) - 1;
6363
}
6464

65-
this._channelMax = channelMax;
65+
_channelMax = channelMax;
6666
channelNumberAllocator = new IntAllocator(1, channelMax);
6767
}
6868

0 commit comments

Comments
 (0)