--- jsr166/src/test/loops/DequeBash.java 2011/03/15 19:47:05 1.7 +++ jsr166/src/test/loops/DequeBash.java 2013/11/04 00:00:39 1.9 @@ -37,7 +37,7 @@ public class DequeBash { return (t & 0x7fffffff); } - public static void main(String args[]) throws Exception { + public static void main(String[] args) throws Exception { Class cls = Class.forName(args[0]); int n = 1000000; @@ -81,7 +81,7 @@ public class DequeBash { if ((i & 8191) == 0) testRemove(deque); - } + } // Stupid tests for clear, toString deque.clear();