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.9 by jsr166, Sat Dec 29 19:24:01 2012 UTC vs.
Revision 1.10 by jsr166, Sat Dec 29 19:55:02 2012 UTC

# Line 933 | Line 933 | public class CompletableFuture<T> implem
933      }
934  
935      /**
936 <     * Removes and signals all waiting threads and runs all completions
936 >     * Removes and signals all waiting threads and runs all completions.
937       */
938      private void postComplete() {
939          WaitNode q; Thread t;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines