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

Comparing jsr166/src/jsr166e/ForkJoinTask.java (file contents):
Revision 1.11 by jsr166, Sun Jan 20 03:44:14 2013 UTC vs.
Revision 1.12 by jsr166, Tue Feb 5 17:09:54 2013 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines