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.85 by dl, Fri Apr 5 23:04:42 2013 UTC vs.
Revision 1.86 by jsr166, Mon Apr 8 17:22:04 2013 UTC

# Line 2824 | Line 2824 | public class CompletableFuture<T> implem
2824              }
2825              if (dst == null)
2826                  dst = new CompletableFuture<U>();
2827 <            if (e == null && ex != null)
2827 >            if (e == null || ex != null)
2828                  dst.internalComplete(null, ex);
2829          }
2830          helpPostComplete();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines