ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/jsr166e/CompletableFuture.java
(Generate patch)

Comparing jsr166/src/jsr166e/CompletableFuture.java (file contents):
Revision 1.20 by jsr166, Mon Jul 22 16:05:34 2013 UTC vs.
Revision 1.22 by jsr166, Sun Jan 18 20:17:33 2015 UTC

# Line 5 | Line 5
5   */
6  
7   package jsr166e;
8 +
9   import java.util.concurrent.Future;
10   import java.util.concurrent.FutureTask;
11   import java.util.concurrent.TimeUnit;
# Line 2830 | Line 2831 | public class CompletableFuture<T> implem
2831              }
2832              if (dst == null)
2833                  dst = new CompletableFuture<U>();
2834 <            if (e == null || ex != null)
2834 >            if (ex != null)
2835                  dst.internalComplete(null, ex);
2836          }
2837          helpPostComplete();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines