--- jsr166/src/test/tck/AbstractExecutorServiceTest.java 2010/09/17 00:53:15 1.26 +++ jsr166/src/test/tck/AbstractExecutorServiceTest.java 2010/10/09 19:30:34 1.27 @@ -248,8 +248,8 @@ public class AbstractExecutorServiceTest } /** - * get of submitted callable throws InterruptedException if callable - * interrupted + * get of submitted callable throws InterruptedException if callable + * interrupted */ public void testSubmitIE() throws InterruptedException { final ThreadPoolExecutor p = @@ -270,8 +270,8 @@ public class AbstractExecutorServiceTest } /** - * get of submit(callable) throws ExecutionException if callable - * throws exception + * get of submit(callable) throws ExecutionException if callable + * throws exception */ public void testSubmitEE() throws InterruptedException { ThreadPoolExecutor p =