ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/ForkJoinPool.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.190 by dl, Thu Jun 20 15:06:50 2013 UTC vs.
Revision 1.191 by jsr166, Thu Jul 18 17:13:42 2013 UTC

# Line 2468 | Line 2468 | public class ForkJoinPool extends Abstra
2468       * minimally only the latter.
2469       *
2470       * @param task the task
2471 +     * @param <T> the type of the task's result
2472       * @return the task's result
2473       * @throws NullPointerException if the task is null
2474       * @throws RejectedExecutionException if the task cannot be
# Line 2516 | Line 2517 | public class ForkJoinPool extends Abstra
2517       * Submits a ForkJoinTask for execution.
2518       *
2519       * @param task the task to submit
2520 +     * @param <T> the type of the task's result
2521       * @return the task
2522       * @throws NullPointerException if the task is null
2523       * @throws RejectedExecutionException if the task cannot be

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines