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.79 by jsr166, Wed Mar 27 21:36:10 2013 UTC vs.
Revision 1.80 by jsr166, Mon Apr 1 20:16:05 2013 UTC

# Line 83 | Line 83 | import java.util.concurrent.locks.LockSu
83   * methods {@link #join()} and {@link #getNow} throw the
84   * CompletionException, which simplifies usage.
85   *
86 + * <p>Arguments used to pass a completion result (that is, for parameters
87 + * of type {@code T}) may be null, but passing a null value for any other
88 + * parameter will result in a {@link NullPointerException} being thrown.
89 + *
90   * @author Doug Lea
91   * @since 1.8
92   */

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines