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