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.175 by jsr166, Tue Sep 29 04:05:00 2015 UTC vs.
Revision 1.176 by jsr166, Tue Sep 29 04:08:26 2015 UTC

# Line 2559 | Line 2559 | public class CompletableFuture<T> implem
2559      /**
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.
2562 >     * Each delay commences upon invocation of the returned executor's
2563 >     * {@code 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