commit | 31887fd87668d8bd7b10e1be4b149c06c6a11808 | [log] [tgz] |
---|---|---|
author | Leon Scroggins <scroggo@google.com> | Mon May 18 16:58:08 2009 -0400 |
committer | Leon Scroggins <scroggo@google.com> | Mon May 18 16:58:08 2009 -0400 |
tree | a1a4b652456bc8ca50739ea0c9e7c67adbdf09b4 | |
parent | b8deac4e4dc76f8e2f8ccd810684e73da58a1e66 [diff] |
Fix issues found by FindBugs. Remove inefficient "new String(String)" constructor. Also use Integer.valueOf() instead of "new Integer".