--- jsr166/src/test/loops/CollectionLoops.java 2009/10/29 23:09:07 1.3 +++ jsr166/src/test/loops/CollectionLoops.java 2009/11/02 23:42:46 1.4 @@ -27,7 +27,7 @@ public class CollectionLoops { if (args.length > 0) { try { collectionClass = Class.forName(args[0]); - } catch(ClassNotFoundException e) { + } catch (ClassNotFoundException e) { throw new RuntimeException("Class " + args[0] + " not found."); } }