--- jsr166/src/test/loops/MapLoops.java 2011/03/15 19:47:05 1.7 +++ jsr166/src/test/loops/MapLoops.java 2011/12/05 04:08:46 1.8 @@ -127,7 +127,7 @@ public class MapLoops { int position; int total; - Runner(int id, Map map, Integer[] key, CyclicBarrier barrier) { + Runner(int id, Map map, Integer[] key, CyclicBarrier barrier) { this.map = map; this.key = key; this.barrier = barrier;