You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@pekko.apache.org by GitBox <gi...@apache.org> on 2022/11/07 10:35:23 UTC

[GitHub] [incubator-pekko] pjfanning commented on a diff in pull request #20: rename actor/remote/slf4j/serialization modules

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-unsubscribe@pekko.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@pekko.apache.org
For additional commands, e-mail: notifications-help@pekko.apache.org