--- jsr166/src/test/tck/CountedCompleterTest.java 2013/07/14 21:43:56 1.12 +++ jsr166/src/test/tck/CountedCompleterTest.java 2013/07/22 18:11:56 1.13 @@ -1137,7 +1137,7 @@ public class CountedCompleterTest extend } /** - * invokeAll(collection) throws exception if any task does + * invokeAll(collection) throws exception if any task does */ public void testAbnormalInvokeAllCollection() { ForkJoinTask a = new CheckedRecursiveAction() { @@ -1802,7 +1802,7 @@ public class CountedCompleterTest extend } /** - * invokeAll(collection) throws exception if any task does + * invokeAll(collection) throws exception if any task does */ public void testAbnormalInvokeAllCollectionSingleton() { ForkJoinTask a = new CheckedRecursiveAction() {