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

Comparing jsr166/src/jdk7/java/util/concurrent/CountedCompleter.java (file contents):
Revision 1.4 by jsr166, Wed Jun 19 16:57:06 2013 UTC vs.
Revision 1.5 by jsr166, Sat Jul 27 19:53:27 2013 UTC

# Line 685 | Line 685 | public abstract class CountedCompleter<T
685      }
686  
687      /**
688 <     * Returns the result of the computation. By default
688 >     * Returns the result of the computation.  By default,
689       * returns {@code null}, which is appropriate for {@code Void}
690       * actions, but in other cases should be overridden, almost
691       * always to return a field or function of a field that

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines