netty5/codec-xml/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/xml Remove unnecessary code (#9303) 2019-07-04 09:02:24 +02:00
test/java/io/netty/handler/codec/xml Integrate non-blocking XML parser as Netty codec (#2806) 2015-02-19 13:46:14 +01:00