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.21 by dl, Tue Nov 26 18:36:21 2013 UTC

# Line 2830 | Line 2830 | public class CompletableFuture<T> implem
2830              }
2831              if (dst == null)
2832                  dst = new CompletableFuture<U>();
2833 <            if (e == null || ex != null)
2833 >            if (ex != null)
2834                  dst.internalComplete(null, ex);
2835          }
2836          helpPostComplete();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines