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.143 by dl, Wed Jan 14 17:06:00 2015 UTC vs.
Revision 1.144 by jsr166, Wed Jan 14 18:19:37 2015 UTC

# Line 2415 | Line 2415 | public class CompletableFuture<T> implem
2415  
2416      /**
2417       * Returns a new CompletableFuture that is completed normally with
2418 <     * the same value as this Completablefuture when it completes
2418 >     * the same value as this CompletableFuture when it completes
2419       * normally. If this CompletableFuture completes exceptionally,
2420       * then the returned CompletableFuture completes exceptionally
2421       * with a CompletionException with this exception as cause. The
# Line 2433 | Line 2433 | public class CompletableFuture<T> implem
2433  
2434      /**
2435       * Returns a new CompletionStage that is completed normally with
2436 <     * the same value as this Completablefuture when it completes
2436 >     * the same value as this CompletableFuture when it completes
2437       * normally, and cannot be independently completed or otherwise
2438       * used in ways not defined by the methods of interface {@link
2439       * CompletionStage}.  If this CompletableFuture completes

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines