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