--- jsr166/src/test/tck/ThreadPoolExecutorTest.java 2010/10/09 19:30:35 1.35 +++ jsr166/src/test/tck/ThreadPoolExecutorTest.java 2010/10/09 22:27:16 1.36 @@ -650,7 +650,7 @@ public class ThreadPoolExecutorTest exte } /** - * Constructor throws if workQueue is set to null + * Constructor throws if workQueue is null */ public void testConstructorNullPointerException6() { try { @@ -660,7 +660,7 @@ public class ThreadPoolExecutorTest exte } /** - * Constructor throws if handler is set to null + * Constructor throws if handler is null */ public void testConstructorNullPointerException7() { try { @@ -671,7 +671,7 @@ public class ThreadPoolExecutorTest exte } /** - * Constructor throws if ThreadFactory is set top null + * Constructor throws if ThreadFactory is null */ public void testConstructorNullPointerException8() { try {