ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166e/CompletableFuture.java
(Generate patch)

Comparing jsr166/src/jsr166e/CompletableFuture.java (file contents):
Revision 1.8 by jsr166, Tue Feb 5 19:54:06 2013 UTC vs.
Revision 1.9 by jsr166, Wed Feb 6 07:04:48 2013 UTC

# Line 2654 | Line 2654 | public class CompletableFuture<T> implem
2654      }
2655  
2656      /**
2657 <     * Forcibly causes subsequent invocations of method get() and
2658 <     * related methods to throw the given exception, whether or not
2659 <     * already completed. This method is designed for use only in
2657 >     * Forcibly causes subsequent invocations of method {@link #get()}
2658 >     * and related methods to throw the given exception, whether or
2659 >     * not already completed. This method is designed for use only in
2660       * recovery actions, and even in such situations may result in
2661       * ongoing dependent completions using established versus
2662       * overwritten outcomes.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines