--- jsr166/src/test/tck/SystemTest.java 2010/10/09 19:30:35 1.10 +++ 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) {