Closed awdrgz closed 7 years ago
… invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead
Modified src/test/java/org/json/simple/JSONArrayTest.java
… invokes inefficient new Integer(int) constructor; use Integer.valueOf(int) instead
Modified src/test/java/org/json/simple/JSONArrayTest.java