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.144 by jsr166, Wed Jan 14 18:19:37 2015 UTC vs.
Revision 1.145 by jsr166, Wed Jan 14 18:24:10 2015 UTC

# Line 2419 | Line 2419 | public class CompletableFuture<T> implem
2419       * normally. If this CompletableFuture completes exceptionally,
2420       * then the returned CompletableFuture completes exceptionally
2421       * with a CompletionException with this exception as cause. The
2422 <     * behavior equivalent is to {@code thenApply(x -> x)}. This
2422 >     * behavior is equivalent to {@code thenApply(x -> x)}. This
2423       * method may be useful as a form of "defensive copying", to
2424       * prevent clients from completing, while still being able to
2425       * arrange dependent actions.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines