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.60 by dl, Sun Mar 4 15:52:41 2012 UTC vs.
Revision 1.61 by dl, Sun Mar 4 19:47:02 2012 UTC

# Line 1342 | Line 1342 | public abstract class ForkJoinTask<V> im
1342      /**
1343       * Atomically conditionally sets the tag value for this task.
1344       * Among other applications, tags can be used as visit markers
1345 <     * in tasks operating on graphs, as in mathods that check: {@code
1345 >     * in tasks operating on graphs, as in methods that check: {@code
1346       * if (task.compareAndSetForkJoinTaskTag((short)0, (short)1))}
1347       * before processing, otherwise exiting because the node has
1348       * already been visited.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines