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.49 by jsr166, Sun Jan 4 09:15:11 2015 UTC vs.
Revision 1.50 by jsr166, Sat Oct 17 23:49:20 2015 UTC

# Line 595 | Line 595 | public abstract class CountedCompleter<T
595       * any one (versus all) of several subtask results are obtained.
596       * However, in the common (and recommended) case in which {@code
597       * setRawResult} is not overridden, this effect can be obtained
598 <     * more simply using {@code quietlyCompleteRoot();}.
598 >     * more simply using {@link #quietlyCompleteRoot()}.
599       *
600       * @param rawResult the raw result
601       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines