--- jsr166/src/test/loops/SetBash.java 2009/11/02 23:51:32 1.4 +++ jsr166/src/test/loops/SetBash.java 2010/09/01 07:20:36 1.5 @@ -9,123 +9,123 @@ public class SetBash { static Random rnd = new Random(); public static void main(String[] args) { - int numItr = Integer.parseInt(args[1]); - int setSize = Integer.parseInt(args[2]); - Class cl = null; - - try { - cl = Class.forName(args[0]); - } catch (ClassNotFoundException e) { - fail("Class " + args[0] + " not found."); - } + int numItr = Integer.parseInt(args[1]); + int setSize = Integer.parseInt(args[2]); + Class cl = null; + + try { + cl = Class.forName(args[0]); + } catch (ClassNotFoundException e) { + fail("Class " + args[0] + " not found."); + } boolean synch = (args.length>3); - for (int i=0; i