pjfanning commented on code in PR #20: URL: https://github.com/apache/incubator-pekko/pull/20#discussion_r1015259340
########## akka-docs/src/test/java/jdocs/actor/ActorDocTest.java: ########## @@ -841,7 +841,8 @@ public void usePatternsAskPipe() { // using timeout from above CompletableFuture<Object> future2 = ask(actorB, "another request", t).toCompletableFuture(); - CompletableFuture<Result> transformed = future1.thenCombine(future2, (x, s) -> new Result((String) x, (String) s)); + CompletableFuture<Result> transformed = Review Comment: I reverted this -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@pekko.apache.org For additional commands, e-mail: notifications-h...@pekko.apache.org