Remove a unnecessary annotation

This commit is contained in:
Trustin Lee 2012-08-28 16:25:01 +09:00
parent f78f4fc0ff
commit c565b59fe3

View File

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