--- jsr166/src/test/tck/ThreadTest.java 2003/09/20 00:31:57 1.4 +++ jsr166/src/test/tck/ThreadTest.java 2003/09/20 18:20:08 1.5 @@ -22,6 +22,9 @@ public class ThreadTest extends JSR166Te } } + /** + * + */ public void testGetAndSetUncaughtExceptionHandler() { // these must be done all at once to avoid state // dependencies across tests @@ -35,6 +38,9 @@ public class ThreadTest extends JSR166Te assertEquals(tg, current.getUncaughtExceptionHandler()); } + /** + * + */ public void testGetAndSetDefaultUncaughtExceptionHandler() { assertEquals(null, Thread.getDefaultUncaughtExceptionHandler()); // failure due to securityException is OK.