--- jsr166/src/jsr166e/ForkJoinPool.java 2013/07/19 19:34:43 1.62 +++ jsr166/src/jsr166e/ForkJoinPool.java 2013/07/21 06:27:42 1.63 @@ -2495,6 +2495,7 @@ public class ForkJoinPool extends Abstra * minimally only the latter. * * @param task the task + * @param the type of the task's result * @return the task's result * @throws NullPointerException if the task is null * @throws RejectedExecutionException if the task cannot be @@ -2543,6 +2544,7 @@ public class ForkJoinPool extends Abstra * Submits a ForkJoinTask for execution. * * @param task the task to submit + * @param the type of the task's result * @return the task * @throws NullPointerException if the task is null * @throws RejectedExecutionException if the task cannot be