make deregister protected in ThreadPerChannelEventLoop
This commit is contained in:
parent
2a87950784
commit
7498e0f913
@ -76,7 +76,7 @@ public class ThreadPerChannelEventLoop extends SingleThreadEventLoop {
|
||||
}
|
||||
}
|
||||
|
||||
private void deregister() {
|
||||
protected void deregister() {
|
||||
ch = null;
|
||||
parent.activeChildren.remove(this);
|
||||
parent.idleChildren.add(this);
|
||||
|
Loading…
Reference in New Issue
Block a user