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.164 by dl, Sat Sep 5 15:07:18 2015 UTC vs.
Revision 1.165 by jsr166, Sat Sep 5 15:32:30 2015 UTC

# Line 2412 | Line 2412 | public class CompletableFuture<T> implem
2412       * specify an Executor. This class uses the {@link
2413       * ForkJoinPool#commonPool()} if it supports more than one
2414       * parallel thread, or else an Executor using one thread per async
2415 <     * task.  This method may be be overridden in subclasses to return
2415 >     * task.  This method may be overridden in subclasses to return
2416       * an Executor that provides at least one independent thread.
2417       *
2418       * @return the executor

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines