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.42 by dl, Thu Jun 20 15:06:50 2013 UTC vs.
Revision 1.43 by dl, Tue Jul 2 14:17:32 2013 UTC

# Line 667 | Line 667 | public abstract class CountedCompleter<T
667      /**
668       * If this task has not completed, attempts to process at most the
669       * given number of other unprocessed tasks for which this task is
670 <     * a completer, if any are known to exist.
670 >     * on the completion path, if any are known to exist.
671       *
672       * @param maxTasks the maximum number of tasks to process.
673       */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines