Add missing @Override annotation

This commit is contained in:
Trustin Lee 2012-04-29 17:59:42 +09:00
parent cdd1ba93f0
commit e76e2aeac8

View File

@ -46,6 +46,7 @@ public abstract class SingleThreadEventLoop extends AbstractExecutorService impl
});
}
@Override
public ChannelFuture register(Channel channel) {
ChannelFuture future = new DefaultChannelFuture(channel, false);
register(channel, future);