--- jsr166/src/test/loops/CollectionLoops.java 2011/03/15 19:47:05 1.6 +++ jsr166/src/test/loops/CollectionLoops.java 2011/12/05 04:08:46 1.7 @@ -141,7 +141,7 @@ public class CollectionLoops { int total; int nops; - Runner(int id, Collection collection, Integer[] key, CyclicBarrier barrier, int nops) { + Runner(int id, Collection collection, Integer[] key, CyclicBarrier barrier, int nops) { this.collection = collection; this.key = key; this.barrier = barrier;