Fix formatting

This commit is contained in:
Norman Maurer 2013-01-19 16:52:12 +01:00
parent d8f0e3fdf7
commit 1295f6d331

View File

@ -126,7 +126,7 @@ public class DefaultDatagramChannelConfig extends DefaultChannelConfig implement
} else if (option == IP_TOS) {
setTrafficClass((Integer) value);
} else if (option == UDP_RECEIVE_PACKET_SIZE) {
setReceivePacketSize((Integer) value);
setReceivePacketSize((Integer) value);
} else {
return super.setOption(option, value);
}