suppress warning

This commit is contained in:
shsa 2015-02-03 23:05:49 +07:00
parent 495c15d287
commit e3ac0f5e35

View file

@ -68,6 +68,7 @@ public class ProxyChannel implements Channel
return this.channel.close(); return this.channel.close();
} }
@SuppressWarnings( "deprecation" )
@Override @Override
public ChannelFuture deregister() { public ChannelFuture deregister() {
return this.channel.deregister(); return this.channel.deregister();