--- jsr166/src/jsr166y/ForkJoinPool.java 2010/08/11 20:28:22 1.62 +++ jsr166/src/jsr166y/ForkJoinPool.java 2010/08/13 16:21:23 1.63 @@ -1271,9 +1271,6 @@ public class ForkJoinPool extends Abstra /** * Performs the given task, returning its result upon completion. - * If the caller is already engaged in a fork/join computation in - * the current pool, this method is equivalent in effect to - * {@link ForkJoinTask#invoke}. * * @param task the task * @return the task's result