GP-2974: Fixing warnings

This commit is contained in:
Ryan Kurtz 2023-04-26 08:03:57 -04:00
parent 113156a19f
commit 7fa3389119
662 changed files with 2198 additions and 2216 deletions

View file

@ -23,7 +23,7 @@ class GetPutStaticTest{
public static float testFloat = 1.1f;
public static double testDouble = 2.2;
public static long testLong = 5l;
public static Integer testRef = new Integer(0);
public static Integer testRef = Integer.valueOf(0);
public static int[] test1dArray;
public static int[][] test2dArray;