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.169 by jsr166, Sun Sep 13 16:28:14 2015 UTC vs.
Revision 1.170 by jsr166, Mon Sep 14 03:59:37 2015 UTC

# Line 2540 | Line 2540 | public class CompletableFuture<T> implem
2540       * Returns a new Executor that submits a task to the give 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,
2543 >     * 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
# Line 2560 | Line 2560 | public class CompletableFuture<T> implem
2560       * Returns a new Executor that submits a task to the default
2561       * executor after the given delay (or no delay if non-positive).
2562       * Each delay commences upon invocation of this Executor's {@code
2563 <     * execute} method,
2563 >     * execute} method.
2564       *
2565       * @param delay how long to delay, in units of {@code unit}
2566       * @param unit a {@code TimeUnit} determining how to interpret the

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines