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

# Line 3013 | Line 3013 | public class CompletableFuture<T> implem
3013  
3014      /**
3015       * Forcibly sets or resets the value subsequently returned by
3016 <     * method get() and related methods, whether or not already
3017 <     * completed. This method is designed for use only in error
3018 <     * recovery actions, and even in such situations may result in
3019 <     * ongoing dependent completions using established versus
3016 >     * method {@link #get()} and related methods, whether or not
3017 >     * already completed. This method is designed for use only in
3018 >     * error recovery actions, and even in such situations may result
3019 >     * in ongoing dependent completions using established versus
3020       * overwritten outcomes.
3021       *
3022       * @param value the completion value

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines