Remove a redundant method declaration
This commit is contained in:
parent
728306b64f
commit
f2eeed77e0
@ -24,9 +24,6 @@ public abstract class MultithreadEventLoop extends MultithreadEventExecutor impl
|
||||
super(nThreads, threadFactory, args);
|
||||
}
|
||||
|
||||
@Override
|
||||
protected abstract EventExecutor newChild(ThreadFactory threadFactory, Object... args) throws Exception;
|
||||
|
||||
@Override
|
||||
public ChannelFuture register(Channel channel) {
|
||||
return ((EventLoop) unsafe().nextChild()).register(channel);
|
||||
|
Loading…
Reference in New Issue
Block a user