make deregister protected in ThreadPerChannelEventLoop

This commit is contained in:
Jeff Pinner 2013-03-17 12:03:16 -07:00 committed by Norman Maurer
parent 2a87950784
commit 7498e0f913

View File

@ -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);