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

Comparing jsr166/src/jdk7/java/util/concurrent/ForkJoinTask.java (file contents):
Revision 1.3 by jsr166, Tue Jan 15 02:06:12 2013 UTC vs.
Revision 1.4 by jsr166, Wed Jan 16 22:10:06 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