--- jsr166/src/test/tck/SystemTest.java 2009/11/21 10:25:05 1.9 +++ jsr166/src/test/tck/SystemTest.java 2011/03/15 19:47:07 1.11 @@ -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/ * Other contributors include Andrew Wright, Jeffrey Hayes, * Pat Fisher, Mike Judd. */ @@ -20,7 +20,7 @@ public class SystemTest extends JSR166Te /** * Worst case rounding for millisecs; set for 60 cycle millis clock. * This value might need to be changed on JVMs with coarser - * System.currentTimeMillis clocks. + * System.currentTimeMillis clocks. */ static final long MILLIS_ROUND = 17;