Skip to content

Commit 2ed28bd

Browse files
committed
Fix visibility: should be private
1 parent 04070c1 commit 2ed28bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/main/java/org/asynchttpclient/netty/channel/NettyConnectListener.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public NettyConnectListener(NettyResponseFuture<T> future,//
5858
this.partitionKey = partitionKey;
5959
}
6060

61-
public void abortChannelPreemption(Channel channel) {
61+
private void abortChannelPreemption(Channel channel) {
6262
if (channelPreempted) {
6363
channelManager.releaseChannelLock(partitionKey);
6464
}

0 commit comments

Comments
 (0)