suppress warning
This commit is contained in:
parent
495c15d287
commit
e3ac0f5e35
|
@ -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();
|
||||||
|
|
Loading…
Reference in a new issue