Remove a unnecessary annotation
This commit is contained in:
parent
f78f4fc0ff
commit
c565b59fe3
@ -46,7 +46,6 @@ final class AioServerSocketChannelConfig extends DefaultChannelConfig
|
||||
}
|
||||
|
||||
@Override
|
||||
@SuppressWarnings("unchecked")
|
||||
public <T> T getOption(ChannelOption<T> option) {
|
||||
if (option == SO_RCVBUF) {
|
||||
return (T) Integer.valueOf(getReceiveBufferSize());
|
||||
|
Loading…
Reference in New Issue
Block a user