--- jsr166/src/test/tck/ThreadTest.java 2015/04/25 04:55:31 1.18 +++ jsr166/src/test/tck/ThreadTest.java 2016/02/27 20:13:53 1.19 @@ -50,7 +50,7 @@ public class ThreadTest extends JSR166Te */ public void testGetAndSetDefaultUncaughtExceptionHandler() { assertEquals(null, Thread.getDefaultUncaughtExceptionHandler()); - // failure due to securityException is OK. + // failure due to SecurityException is OK. // Would be nice to explicitly test both ways, but cannot yet. Thread.UncaughtExceptionHandler defaultHandler = Thread.getDefaultUncaughtExceptionHandler();