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

Comparing jsr166/src/jdk7/java/util/concurrent/ForkJoinPool.java (file contents):
Revision 1.23 by jsr166, Fri Jul 19 19:34:43 2013 UTC vs.
Revision 1.24 by jsr166, Sat Jul 20 20:34:40 2013 UTC

# Line 2496 | Line 2496 | public class ForkJoinPool extends Abstra
2496       * minimally only the latter.
2497       *
2498       * @param task the task
2499 +     * @param <T> the type of the task's result
2500       * @return the task's result
2501       * @throws NullPointerException if the task is null
2502       * @throws RejectedExecutionException if the task cannot be
# Line 2544 | Line 2545 | public class ForkJoinPool extends Abstra
2545       * Submits a ForkJoinTask for execution.
2546       *
2547       * @param task the task to submit
2548 +     * @param <T> the type of the task's result
2549       * @return the task
2550       * @throws NullPointerException if the task is null
2551       * @throws RejectedExecutionException if the task cannot be

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines