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

Comparing jsr166/src/main/java/util/concurrent/CompletableFuture.java (file contents):
Revision 1.174 by jsr166, Tue Sep 29 04:00:34 2015 UTC vs.
Revision 1.175 by jsr166, Tue Sep 29 04:05:00 2015 UTC

# Line 2539 | Line 2539 | public class CompletableFuture<T> implem
2539      /**
2540       * Returns a new Executor that submits a task to the given base
2541       * executor after the given delay (or no delay if non-positive).
2542 <     * Each delay commences upon invocation of this Executor's {@code
2543 <     * execute} method.
2542 >     * Each delay commences upon invocation of the returned executor's
2543 >     * {@code execute} method.
2544       *
2545       * @param delay how long to delay, in units of {@code unit}
2546       * @param unit a {@code TimeUnit} determining how to interpret the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines