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

Comparing jsr166/src/main/java/util/concurrent/CountedCompleter.java (file contents):
Revision 1.44 by dl, Tue Jul 9 13:23:51 2013 UTC vs.
Revision 1.45 by jsr166, Sat Jul 27 19:53:27 2013 UTC

# Line 704 | Line 704 | public abstract class CountedCompleter<T
704      }
705  
706      /**
707 <     * Returns the result of the computation. By default
707 >     * Returns the result of the computation.  By default,
708       * returns {@code null}, which is appropriate for {@code Void}
709       * actions, but in other cases should be overridden, almost
710       * always to return a field or function of a field that

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines