a0656d2a31
Motivation: There are is some unnecessary code (like toString() calls) which can be cleaned up. Modifications: - Remove not needed toString() calls - Simplify subString(...) calls - Remove some explicit casts when not needed. Result: Cleaner code |
||
---|---|---|
.. | ||
main/java/io/netty/channel/udt | ||
test/java/io/netty/test/udt |