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

Comparing jsr166/src/jsr166y/ForkJoinTask.java (file contents):
Revision 1.87 by dl, Sun Mar 4 15:52:45 2012 UTC vs.
Revision 1.88 by dl, Sun Mar 4 19:47:08 2012 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines