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.22 by dl, Mon Dec 31 17:27:39 2012 UTC vs.
Revision 1.23 by jsr166, Mon Dec 31 17:49:27 2012 UTC

# Line 41 | Line 41 | import java.util.concurrent.locks.LockSu
41   * #completeExceptionally} a CompletableFuture, only one of them
42   * succeeds.
43   *
44 < * <p> Upon exceptional completion, or when a completion entails
44 > * <p>Upon exceptional completion, or when a completion entails
45   * computation of a function or action, and it terminates abruptly
46   * with an (unchecked) exception or error, then further completions
47   * act as {@code completeExceptionally} with a {@link

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines