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.101 by dl, Sun Apr 13 22:25:37 2014 UTC vs.
Revision 1.102 by jsr166, Mon Apr 14 19:30:21 2014 UTC

# Line 198 | Line 198 | public class CompletableFuture<T> implem
198                                       h.next = src.completions, h));
199                  }
200                  else if ((c = h.completion) == null ||
201 <                         (d = c.tryComplete()) == null ||
201 >                         (d = c.tryComplete()) == null ||
202                           d.result == null) {
203                      dep = null;
204                      f = src;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines