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.102 by jsr166, Mon Apr 14 19:30:21 2014 UTC vs.
Revision 1.103 by jsr166, Mon Apr 14 19:50:44 2014 UTC

# Line 677 | Line 677 | public class CompletableFuture<T> implem
677      @SuppressWarnings("serial")
678      abstract static class Completion extends AtomicInteger {
679          /**
680 <         * Completes a dependent Completablefuture if enabled
680 >         * Completes a dependent Completablefuture if enabled.
681           * @return the dependent Completablefuture
682           */
683          public abstract CompletableFuture<?> tryComplete();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines