netty5/common/src
Scott Mitchell 9bc322a6a8 StringUtil not closing Formatter
Motivation:
The StringUtil class creates a Formatter object, but does not close it. There are also a 2 utility methods which would be generally useful.

Modifications:
- Close the Formatter
- Add length and isNullOrEmpty

Result:
No more resource leaks. Additional utility methods.
2015-08-20 09:44:31 -07:00
..
main StringUtil not closing Formatter 2015-08-20 09:44:31 -07:00
test Headers Performance Boost and Interface Simplification 2015-08-17 08:50:11 -07:00