Skip to content

Commit

Permalink
chore: Replace Akka with Pekko in ActorSystem.scala (#1163)
Browse files Browse the repository at this point in the history
  • Loading branch information
He-Pin authored Mar 1, 2024
1 parent c8a99aa commit 1c85155
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions actor/src/main/scala/org/apache/pekko/actor/ActorSystem.scala
Original file line number Diff line number Diff line change
Expand Up @@ -523,7 +523,7 @@ object ActorSystem {
* <b><i>Important Notice:</i></b>
*
* 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!
*/
Expand Down Expand Up @@ -728,7 +728,7 @@ abstract class ActorSystem extends ActorRefFactory with ClassicActorSystemProvid
* <b><i>Important Notice:</i></b>
*
* 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
Expand Down

0 comments on commit 1c85155

Please sign in to comment.