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.153 by dl, Thu Jan 15 00:42:07 2015 UTC vs.
Revision 1.154 by jsr166, Thu Jan 15 17:20:08 2015 UTC

# Line 2471 | Line 2471 | public class CompletableFuture<T> implem
2471      /**
2472       * Completes this CompletableFuture with the result of the given
2473       * Supplier function invoked from an asynchronous task using the
2474 <     * the default executor.
2474 >     * default executor.
2475       *
2476       * @param supplier a function returning the value to be used
2477       * to complete this CompletableFuture

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines