ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/CompletableFutureTest.java
(Generate patch)

Comparing jsr166/src/test/tck/CompletableFutureTest.java (file contents):
Revision 1.26 by dl, Fri Jul 5 15:47:52 2013 UTC vs.
Revision 1.27 by jsr166, Mon Jul 8 21:12:28 2013 UTC

# Line 3183 | Line 3183 | public class CompletableFutureTest exten
3183  
3184  
3185      /**
3186 <     * handleAsync action action completes normally with function
3187 <     * value on either normal or exceptional completion of source
3186 >     * handleAsync action completes normally with function value on
3187 >     * either normal or exceptional completion of source
3188       */
3189      public void testHandleAsync() {
3190          CompletableFuture<Integer> f, g;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines