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.24 by jsr166, Mon Dec 31 17:50:56 2012 UTC vs.
Revision 1.25 by jsr166, Mon Dec 31 18:50:27 2012 UTC

# Line 188 | Line 188 | public class CompletableFuture<T> implem
188      }
189  
190      /**
191 <     * If triggered, help release and/or process completions
191 >     * If triggered, helps release and/or process completions.
192       */
193      final void helpPostComplete() {
194          if (result != null)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines