From b95fab2b3b666226ed59d007da46e92f6df25a63 Mon Sep 17 00:00:00 2001 From: He-Pin Date: Fri, 11 Aug 2023 06:05:58 +0800 Subject: [PATCH] =test Change from `Akka` extension to `Pekko` extension in scaladoc. Signed-off-by: He-Pin --- .../scala/org/apache/pekko/remote/testconductor/Extension.scala | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/multi-node-testkit/src/main/scala/org/apache/pekko/remote/testconductor/Extension.scala b/multi-node-testkit/src/main/scala/org/apache/pekko/remote/testconductor/Extension.scala index 8f317a72b5..cf64170b2e 100644 --- a/multi-node-testkit/src/main/scala/org/apache/pekko/remote/testconductor/Extension.scala +++ b/multi-node-testkit/src/main/scala/org/apache/pekko/remote/testconductor/Extension.scala @@ -50,7 +50,7 @@ object TestConductor extends ExtensionId[TestConductorExt] with ExtensionIdProvi /** * This binds together the [[pekko.remote.testconductor.Conductor]] and - * [[pekko.remote.testconductor.Player]] roles inside an Akka + * [[pekko.remote.testconductor.Player]] roles inside a Pekko * [[pekko.actor.Extension]]. Please follow the aforementioned links for * more information. *