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.37 by dl, Tue Feb 5 12:49:13 2013 UTC vs.
Revision 1.38 by jsr166, Tue Feb 5 17:03:43 2013 UTC

# Line 2583 | Line 2583 | public class CompletableFuture<T> implem
2583  
2584      /**
2585       * Returns a CompletableFuture (or an equivalent one) produced
2586 <     * asynchronously using the the given executor by the given
2587 <     * function of the result of this CompletableFuture when
2588 <     * completed.  If this CompletableFuture completes exceptionally,
2589 <     * then the returned CompletableFuture also does so, with a
2586 >     * asynchronously using the given executor by the given function
2587 >     * of the result of this CompletableFuture when completed.
2588 >     * If this CompletableFuture completes exceptionally, then the
2589 >     * returned CompletableFuture also does so, with a
2590       * CompletionException holding this exception as its cause.
2591       *
2592       * @param fn the function returning a new CompletableFuture.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines