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.173 by jsr166, Mon Sep 28 18:30:52 2015 UTC vs.
Revision 1.174 by jsr166, Tue Sep 29 04:00:34 2015 UTC

# Line 2537 | Line 2537 | public class CompletableFuture<T> implem
2537      }
2538  
2539      /**
2540 <     * Returns a new Executor that submits a task to the give base
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.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines