From 1c851550477105f5259ea397e42f183c5f0de939 Mon Sep 17 00:00:00 2001 From: "He-Pin(kerr)" Date: Fri, 1 Mar 2024 11:37:25 +0800 Subject: [PATCH] chore: Replace Akka with Pekko in ActorSystem.scala (#1163) --- actor/src/main/scala/org/apache/pekko/actor/ActorSystem.scala | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/actor/src/main/scala/org/apache/pekko/actor/ActorSystem.scala b/actor/src/main/scala/org/apache/pekko/actor/ActorSystem.scala index 6fe0dd0e26b..7e67a1ef6c2 100644 --- a/actor/src/main/scala/org/apache/pekko/actor/ActorSystem.scala +++ b/actor/src/main/scala/org/apache/pekko/actor/ActorSystem.scala @@ -523,7 +523,7 @@ object ActorSystem { * Important Notice: * * This class is not meant to be extended by user code. If you want to - * actually roll your own Akka, it will probably be better to look into + * actually roll your own Pekko, it will probably be better to look into * extending [[pekko.actor.ExtendedActorSystem]] instead, but beware that you * are completely on your own in that case! */ @@ -728,7 +728,7 @@ abstract class ActorSystem extends ActorRefFactory with ClassicActorSystemProvid * Important Notice: * * This class is not meant to be extended by user code. If you want to - * actually roll your own Akka, beware that you are completely on your own in + * actually roll your own Pekko, beware that you are completely on your own in * that case! */ @DoNotInherit