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

Comparing jsr166/src/main/java/util/concurrent/ForkJoinTask.java (file contents):
Revision 1.96 by dl, Tue Sep 8 23:55:40 2015 UTC vs.
Revision 1.97 by jsr166, Sat Sep 19 19:51:33 2015 UTC

# Line 1095 | Line 1095 | public abstract class ForkJoinTask<V> im
1095       * Returns the pool hosting the current task execution, or null
1096       * if this task is executing outside of any ForkJoinPool.
1097       *
1098     * @see #inForkJoinPool
1098       * @return the pool, or {@code null} if none
1099 +     * @see #inForkJoinPool
1100       */
1101      public static ForkJoinPool getPool() {
1102          Thread t = Thread.currentThread();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines