--- jsr166/src/test/loops/DequeBash.java 2011/03/15 19:47:05 1.7 +++ jsr166/src/test/loops/DequeBash.java 2014/12/31 17:00:58 1.10 @@ -3,8 +3,8 @@ * as explained at http://creativecommons.org/publicdomain/zero/1.0/. */ -import java.util.*; import java.io.*; +import java.util.*; /** * Interface-based Deque tester. This test currently makes three @@ -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();