--- jsr166/src/jsr166y/ForkJoinPool.java 2012/11/18 06:28:18 1.143 +++ jsr166/src/jsr166y/ForkJoinPool.java 2012/11/18 18:03:10 1.144 @@ -62,7 +62,7 @@ import java.util.concurrent.TimeUnit; * {@link #toString} returns indications of pool state in a * convenient form for informal monitoring. * - *

As is the case with other ExecutorServices, there are three + *

As is the case with other ExecutorServices, there are three * main task execution methods summarized in the following table. * These are designed to be used primarily by clients not already * engaged in fork/join computations in the current pool. The main