Remove a redundant method declaration

This commit is contained in:
Trustin Lee 2012-08-05 18:43:32 +09:00
parent 728306b64f
commit f2eeed77e0

View File

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