--- jsr166/src/test/tck/ThreadTest.java 2009/11/21 02:07:27 1.12 +++ jsr166/src/test/tck/ThreadTest.java 2011/05/27 19:45:38 1.14 @@ -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. */ @@ -61,7 +61,6 @@ public class ThreadTest extends JSR166Te assertEquals(null, Thread.getDefaultUncaughtExceptionHandler()); } - // How to test actually using UEH within junit? }