--- jsr166/src/test/loops/StringMapLoops.java 2009/11/03 01:04:02 1.6 +++ jsr166/src/test/loops/StringMapLoops.java 2011/12/05 04:08:46 1.8 @@ -1,7 +1,7 @@ /* * Written by Doug Lea with assistance from members of JCP JSR-166 * Expert Group and released to the public domain, as explained at - * http://creativecommons.org/licenses/publicdomain + * http://creativecommons.org/publicdomain/zero/1.0/ */ import java.util.*; @@ -148,7 +148,7 @@ public class StringMapLoops { int position; int total; - Runner(int id, Map map, String[] key, CyclicBarrier barrier) { + Runner(int id, Map map, String[] key, CyclicBarrier barrier) { this.map = map; this.key = key; this.barrier = barrier;