ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/main/java/util/concurrent/CompletionStage.java
(Generate patch)

Comparing jsr166/src/main/java/util/concurrent/CompletionStage.java (file contents):
Revision 1.25 by jsr166, Sun Nov 15 19:19:34 2015 UTC vs.
Revision 1.26 by jsr166, Sun Nov 15 23:31:51 2015 UTC

# Line 77 | Line 77 | import java.util.function.Function;
77   * exception, then the stage completes exceptionally with this
78   * exception unless the source stage also completed exceptionally, in
79   * which case the exceptional completion from the source stage is
80 < * given preference and propagated to the dependent stage.
80 > * given preference and propagated to the dependent stage, while the
81 > * exception from the action is added to the source stage exception as
82 > * a {@linkplain Throwable#addSuppressed suppressed exception}.
83   *
84   * </ul>
85   *

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines