v2.12.8
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
1 file changed
tree: 52d38597eadb5364d693abde3155fedd60cc30bc
  1. src/
  2. .gitignore
  3. BUCK
  4. LICENSE