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.114 by jsr166, Sun May 25 00:43:04 2014 UTC vs.
Revision 1.115 by jsr166, Mon May 26 06:23:10 2014 UTC

# Line 224 | Line 224 | public class CompletableFuture<T> implem
224      }
225  
226      /**
227 <     * Returns the encoding of a copied outcome, If exceptional,
227 >     * Returns the encoding of a copied outcome; if exceptional,
228       * rewraps as a CompletionException, else returns argument.
229       */
230      static Object encodeRelay(Object r) {

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines