netty5/common
Scott Mitchell d0a83a2bd5 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:49:17 -07:00
..
src StringUtil not closing Formatter 2015-08-20 09:49:17 -07:00
pom.xml Auto-generating primitive collections for int and char keys. 2015-04-10 07:56:54 -07:00