commit | 8d295ed48e8f52eef5661b6eb10d6402d197c776 | [log] [tgz] |
---|---|---|
author | David Pursehouse <david.pursehouse@sonymobile.com> | Tue May 19 17:33:55 2015 +0900 |
committer | David Pursehouse <david.pursehouse@sonymobile.com> | Tue May 19 17:33:55 2015 +0900 |
tree | 52d38597eadb5364d693abde3155fedd60cc30bc | |
parent | ecec6dfe7ed67431d96acf9dabac3885463900e8 [diff] |
Remove unnecessary usage of `new String(...)` According to Findbugs: Using the java.lang.String(String) constructor wastes memory because the object so constructed will be functionally indistinguishable from the String passed as a parameter. Just use the argument String directly. Change-Id: I85a3fd0b85afcae356181eef3e7262d9bf0fa600