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.150 by dl, Wed Jan 14 20:04:27 2015 UTC vs.
Revision 1.151 by jsr166, Wed Jan 14 21:40:59 2015 UTC

# Line 2571 | Line 2571 | public class CompletableFuture<T> implem
2571       * Returns a new CompletableFuture that is already completed
2572       * exceptionally with the given exception.
2573       *
2574 <     * @param ex the ex
2574 >     * @param ex the exception
2575       * @param <U> the type of the value
2576       * @return the exceptionally completed CompletableFuture
2577       * @since 1.9
# Line 2586 | Line 2586 | public class CompletableFuture<T> implem
2586       * exceptionally with the given exception and supports only those
2587       * methods in interface {@link CompletionStage}.
2588       *
2589 <     * @param ex the ex
2589 >     * @param ex the exception
2590       * @param <U> the type of the value
2591       * @return the exceptionally completed CompletionStage
2592       * @since 1.9

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines