--- jsr166/src/test/tck/ThreadPoolExecutorTest.java 2011/05/06 11:22:08 1.41 +++ jsr166/src/test/tck/ThreadPoolExecutorTest.java 2011/05/07 19:34:51 1.42 @@ -566,7 +566,7 @@ public class ThreadPoolExecutorTest exte /** * shutDownNow returns a list containing tasks that were not run */ - public void testShutDownNow() { + public void testShutdownNow() { final ThreadPoolExecutor p = new ThreadPoolExecutor(1, 1, LONG_DELAY_MS, MILLISECONDS,