--- jsr166/src/test/loops/UnboundedQueueFillEmptyLoops.java 2011/04/14 23:16:10 1.8 +++ jsr166/src/test/loops/UnboundedQueueFillEmptyLoops.java 2014/12/18 18:43:22 1.9 @@ -16,7 +16,7 @@ public class UnboundedQueueFillEmptyLoop static Integer[] numbers; public static void main(String[] args) throws Exception { - Class klass = null; + Class klass = null; if (args.length > 0) { try { klass = Class.forName(args[0]); @@ -44,7 +44,7 @@ public class UnboundedQueueFillEmptyLoop if (total == 0) System.out.print(" "); } - static void oneRun(Class klass, int n) throws Exception { + static void oneRun(Class klass, int n) throws Exception { Queue q = (Queue) klass.newInstance(); int sum = total; int m = rng.nextInt(numbers.length);