netty5/codec/src
jimin d54678d645 Remove unnecessary code (#9303)
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
2019-07-04 09:02:24 +02:00
..
main/java/io/netty/handler/codec optimize some code (#9289) 2019-06-28 13:49:24 +02:00
test Remove unnecessary code (#9303) 2019-07-04 09:02:24 +02:00