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.40 by jsr166, Wed Feb 6 06:57:14 2013 UTC vs.
Revision 1.41 by jsr166, Wed Feb 6 07:04:48 2013 UTC

# Line 3027 | Line 3027 | public class CompletableFuture<T> implem
3027      }
3028  
3029      /**
3030 <     * Forcibly causes subsequent invocations of method get() and
3031 <     * related methods to throw the given exception, whether or not
3032 <     * already completed. This method is designed for use only in
3030 >     * Forcibly causes subsequent invocations of method {@link #get()}
3031 >     * and related methods to throw the given exception, whether or
3032 >     * not already completed. This method is designed for use only in
3033       * recovery actions, and even in such situations may result in
3034       * ongoing dependent completions using established versus
3035       * overwritten outcomes.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines