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.115 by jsr166, Mon May 26 06:23:10 2014 UTC vs.
Revision 1.116 by jsr166, Mon May 26 06:36:25 2014 UTC

# Line 329 | Line 329 | public class CompletableFuture<T> implem
329           */
330          abstract CompletableFuture<?> tryFire(int mode);
331  
332 <        /** Return true if possibly still triggerable. Used by cleanStack. */
332 >        /** Returns true if possibly still triggerable. Used by cleanStack. */
333          abstract boolean isLive();
334  
335          public final void run()                { tryFire(ASYNC); }

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines