Fix formatting
This commit is contained in:
parent
d8f0e3fdf7
commit
1295f6d331
@ -126,7 +126,7 @@ public class DefaultDatagramChannelConfig extends DefaultChannelConfig implement
|
|||||||
} else if (option == IP_TOS) {
|
} else if (option == IP_TOS) {
|
||||||
setTrafficClass((Integer) value);
|
setTrafficClass((Integer) value);
|
||||||
} else if (option == UDP_RECEIVE_PACKET_SIZE) {
|
} else if (option == UDP_RECEIVE_PACKET_SIZE) {
|
||||||
setReceivePacketSize((Integer) value);
|
setReceivePacketSize((Integer) value);
|
||||||
} else {
|
} else {
|
||||||
return super.setOption(option, value);
|
return super.setOption(option, value);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user