# HG changeset patch # User Morris Meyer # Date 1372605878 14400 # Node ID ace9e84cc7735dc7120e1a172e3b527095860422 # Parent 9af370c1fdf0f95c463750c7e8157c51c7c20125 System_currentTimeMillis02 checkstyle nit diff -r 9af370c1fdf0 -r ace9e84cc773 graal/com.oracle.graal.jtt/src/com/oracle/graal/jtt/jdk/System_currentTimeMillis02.java --- a/graal/com.oracle.graal.jtt/src/com/oracle/graal/jtt/jdk/System_currentTimeMillis02.java Sun Jun 30 11:19:34 2013 -0400 +++ b/graal/com.oracle.graal.jtt/src/com/oracle/graal/jtt/jdk/System_currentTimeMillis02.java Sun Jun 30 11:24:38 2013 -0400 @@ -34,7 +34,7 @@ } public static boolean test() { - long times[] = new long[2]; // { start, delta } + long[] times = new long[2]; // { start, delta } times[0] = System.currentTimeMillis(); times[1] = 0; // force compilation: