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.205 by jsr166, Sun Jul 3 15:15:33 2016 UTC vs.
Revision 1.206 by jsr166, Sun Jul 17 16:59:02 2016 UTC

# Line 559 | Line 559 | public class CompletableFuture<T> implem
559      }
560  
561      /**
562 <     * Post-processing by dependent after successful UniCompletion
563 <     * tryFire.  Tries to clean stack of source a, and then either runs
564 <     * postComplete or returns this to caller, depending on mode.
562 >     * Post-processing by dependent after successful UniCompletion tryFire.
563 >     * Tries to clean stack of source a, and then either runs postComplete
564 >     * or returns this to caller, depending on mode.
565       */
566      final CompletableFuture<T> postFire(CompletableFuture<?> a, int mode) {
567          if (a != null && a.stack != null) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines