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.75 by dl, Sun May 5 19:25:01 2013 UTC vs.
Revision 1.76 by jsr166, Wed May 15 02:39:59 2013 UTC

# Line 1332 | Line 1332 | public abstract class ForkJoinTask<V> im
1332       *
1333       * @param e the expected tag value
1334       * @param tag the new tag value
1335 <     * @return true if successful; i.e., the current value was
1335 >     * @return {@code true} if successful; i.e., the current value was
1336       * equal to e and is now tag.
1337       * @since 1.8
1338       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines