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.155 by jsr166, Thu Jan 15 17:46:07 2015 UTC vs.
Revision 1.156 by jsr166, Thu Jan 15 17:48:39 2015 UTC

# Line 99 | Line 99 | import java.util.function.Supplier;
99   *
100   * @author Doug Lea
101   * @since 1.8
102 < * @param <T> The result type returned by this future's {@code get} methods
102 > * @param <T> The result type returned by this future's {@code join}
103 > * and {@code get} methods
104   */
105   public class CompletableFuture<T> implements Future<T>, CompletionStage<T> {
106  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines