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