--- jsr166/src/test/tck/ThreadPoolExecutorTest.java 2011/05/07 19:34:51 1.42 +++ jsr166/src/test/tck/ThreadPoolExecutorTest.java 2011/05/07 19:49:37 1.43 @@ -378,7 +378,7 @@ public class ThreadPoolExecutorTest exte } /** - * isShutDown is false before shutdown, true after + * isShutdown is false before shutdown, true after */ public void testIsShutdown() { final ThreadPoolExecutor p = @@ -564,7 +564,7 @@ public class ThreadPoolExecutorTest exte } /** - * shutDownNow returns a list containing tasks that were not run + * shutdownNow returns a list containing tasks that were not run */ public void testShutdownNow() { final ThreadPoolExecutor p =