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.50 by jsr166, Sun Feb 10 22:14:45 2013 UTC vs.
Revision 1.51 by jsr166, Sun Feb 10 23:09:36 2013 UTC

# Line 2785 | Line 2785 | public class CompletableFuture<T> implem
2785      /**
2786       * Returns a new CompletableFuture that is completed when all of
2787       * the given CompletableFutures complete.  If any of the component
2788 <     * CompletableFuture complete exceptionally, then so does the
2788 >     * CompletableFutures complete exceptionally, then so does the
2789       * returned CompletableFuture. Otherwise, the results, if any, of
2790       * the component CompletableFutures are not reflected in the
2791       * returned CompletableFuture, but may be obtained by inspecting

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines