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.99 by jsr166, Wed Jan 9 02:51:37 2013 UTC vs.
Revision 1.100 by jsr166, Tue Feb 5 17:09:54 2013 UTC

# Line 468 | Line 468 | public abstract class ForkJoinTask<V> im
468      }
469  
470      /**
471 <     * Removes exception node and clears status
471 >     * Removes exception node and clears status.
472       */
473      private void clearExceptionalCompletion() {
474          int h = System.identityHashCode(this);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines