--- jsr166/src/test/tck/SystemTest.java 2009/11/21 10:25:05 1.9 +++ jsr166/src/test/tck/SystemTest.java 2014/12/31 19:05:43 1.12 @@ -1,12 +1,13 @@ /* * 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. */ -import junit.framework.*; +import junit.framework.Test; +import junit.framework.TestSuite; public class SystemTest extends JSR166TestCase { public static void main(String[] args) { @@ -20,7 +21,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;