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.210 by jsr166, Mon Sep 24 00:20:46 2018 UTC vs.
Revision 1.212 by jsr166, Mon Sep 24 17:04:26 2018 UTC

# Line 3215 | Line 3215 | public class CompletableFutureTest exten
3215      }}
3216  
3217      /**
3218 <     * thenComposeExceptionally result completes exceptionally if the
3218 >     * exceptionallyCompose result completes exceptionally if the
3219       * result of the action does
3220       */
3221      public void testExceptionallyCompose_actionReturnsFailingFuture() {
# Line 5040 | Line 5040 | public class CompletableFutureTest exten
5040          r.assertInvoked();
5041      }}
5042  
5043
5043      /**
5044       * default exceptionallyComposeAsync result completes normally after normal
5045       * completion of source

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines