--- jsr166/src/test/tck/ExecutorsTest.java 2017/03/18 20:42:20 1.48 +++ jsr166/src/test/tck/ExecutorsTest.java 2017/05/29 22:44:26 1.49 @@ -140,7 +140,8 @@ public class ExecutorsTest extends JSR16 } /** - * A new newFixedThreadPool with null ThreadFactory throws NPE + * A new newFixedThreadPool with null ThreadFactory throws + * NullPointerException */ public void testNewFixedThreadPool3() { try { @@ -150,7 +151,7 @@ public class ExecutorsTest extends JSR16 } /** - * A new newFixedThreadPool with 0 threads throws IAE + * A new newFixedThreadPool with 0 threads throws IllegalArgumentException */ public void testNewFixedThreadPool4() { try {