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.9 by jsr166, Wed Feb 6 07:04:48 2013 UTC vs.
Revision 1.10 by jsr166, Wed Feb 6 07:07:48 2013 UTC

# Line 2640 | Line 2640 | public class CompletableFuture<T> implem
2640  
2641      /**
2642       * Forcibly sets or resets the value subsequently returned by
2643 <     * method get() and related methods, whether or not already
2644 <     * completed. This method is designed for use only in error
2645 <     * recovery actions, and even in such situations may result in
2646 <     * ongoing dependent completions using established versus
2643 >     * method {@link #get()} and related methods, whether or not
2644 >     * already completed. This method is designed for use only in
2645 >     * error recovery actions, and even in such situations may result
2646 >     * in ongoing dependent completions using established versus
2647       * overwritten outcomes.
2648       *
2649       * @param value the completion value

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines