Remove unnecessary annotation

This commit is contained in:
Trustin Lee 2012-09-01 17:03:37 +09:00
parent 7a77903af0
commit 5a9d6e59c1

View File

@ -58,7 +58,6 @@ final class AioSocketChannelConfig extends DefaultChannelConfig
}
@Override
@SuppressWarnings("unchecked")
public <T> T getOption(ChannelOption<T> option) {
if (option == SO_RCVBUF) {
return (T) Integer.valueOf(getReceiveBufferSize());