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.91 by dl, Fri Jul 5 15:47:15 2013 UTC vs.
Revision 1.92 by jsr166, Fri Jul 5 21:01:29 2013 UTC

# Line 596 | Line 596 | public class CompletableFuture<T> implem
596              this.arg1 = arg1; this.arg2 = arg2; this.fn = fn; this.dst = dst;
597          }
598          public final boolean exec() {
599 <            CompletableFuture<T> d;
599 >            CompletableFuture<T> d;
600              if ((d = this.dst) != null && d.result == null) {
601                  Throwable ex = arg2;
602                  try {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines