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.31 by jsr166, Sun Jan 24 01:30:10 2016 UTC vs.
Revision 1.32 by jsr166, Sun Jan 24 17:22:36 2016 UTC

# Line 327 | Line 327 | public interface CompletionStage<T> {
327       * stage's default asynchronous execution facility, with the two
328       * results as arguments to the supplied action.
329       *
330 +     * See the {@link CompletionStage} documentation for rules
331 +     * covering exceptional completion.
332 +     *
333       * @param other the other CompletionStage
334       * @param action the action to perform before completing the
335       * returned CompletionStage
# Line 343 | Line 346 | public interface CompletionStage<T> {
346       * supplied executor, with the two results as arguments to the
347       * supplied action.
348       *
349 +     * See the {@link CompletionStage} documentation for rules
350 +     * covering exceptional completion.
351 +     *
352       * @param other the other CompletionStage
353       * @param action the action to perform before completing the
354       * returned CompletionStage

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines