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.118 by jsr166, Mon May 26 06:52:18 2014 UTC vs.
Revision 1.119 by jsr166, Mon May 26 16:35:42 2014 UTC

# Line 2214 | Line 2214 | public class CompletableFuture<T> implem
2214       * Forcibly causes subsequent invocations of method {@link #get()}
2215       * and related methods to throw the given exception, whether or
2216       * not already completed. This method is designed for use only in
2217 <     * recovery actions, and even in such situations may result in
2218 <     * ongoing dependent completions using established versus
2217 >     * error recovery actions, and even in such situations may result
2218 >     * in ongoing dependent completions using established versus
2219       * overwritten outcomes.
2220       *
2221       * @param ex the exception

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines