You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by fa...@apache.org on 2023/01/16 10:46:15 UTC

[incubator-pekko] branch main updated: update comments that mention Akka (#102)

This is an automated email from the ASF dual-hosted git repository.

fanningpj pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko.git


The following commit(s) were added to refs/heads/main by this push:
     new dab50b13e1 update comments that mention Akka (#102)
dab50b13e1 is described below

commit dab50b13e1142d599f86993f49bc6fbc60f374d5
Author: PJ Fanning <pj...@users.noreply.github.com>
AuthorDate: Mon Jan 16 11:46:09 2023 +0100

    update comments that mention Akka (#102)
---
 .../src/main/scala/org/apache/pekko/actor/ActorRefProvider.scala  | 2 +-
 .../org/apache/pekko/dispatch/ForkJoinExecutorConfigurator.scala  | 4 ++--
 actor/src/main/scala/org/apache/pekko/event/Logging.scala         | 8 ++++----
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/actor/src/main/scala/org/apache/pekko/actor/ActorRefProvider.scala b/actor/src/main/scala/org/apache/pekko/actor/ActorRefProvider.scala
index 63f66b5ad7..144a8bb82f 100644
--- a/actor/src/main/scala/org/apache/pekko/actor/ActorRefProvider.scala
+++ b/actor/src/main/scala/org/apache/pekko/actor/ActorRefProvider.scala
@@ -285,7 +285,7 @@ trait ActorRefFactory {
 }
 
 /**
- * Internal Akka use only, used in implementation of system.stop(child).
+ * Internal Pekko use only, used in implementation of system.stop(child).
  */
 private[pekko] final case class StopChild(child: ActorRef)
 
diff --git a/actor/src/main/scala/org/apache/pekko/dispatch/ForkJoinExecutorConfigurator.scala b/actor/src/main/scala/org/apache/pekko/dispatch/ForkJoinExecutorConfigurator.scala
index 4637832342..cc8675b48b 100644
--- a/actor/src/main/scala/org/apache/pekko/dispatch/ForkJoinExecutorConfigurator.scala
+++ b/actor/src/main/scala/org/apache/pekko/dispatch/ForkJoinExecutorConfigurator.scala
@@ -20,7 +20,7 @@ import com.typesafe.config.Config
 object ForkJoinExecutorConfigurator {
 
   /**
-   * INTERNAL AKKA USAGE ONLY
+   * INTERNAL PEKKO USAGE ONLY
    */
   final class PekkoForkJoinPool(
       parallelism: Int,
@@ -46,7 +46,7 @@ object ForkJoinExecutorConfigurator {
   }
 
   /**
-   * INTERNAL AKKA USAGE ONLY
+   * INTERNAL PEKKO USAGE ONLY
    */
   @SerialVersionUID(1L)
   final class PekkoForkJoinTask(runnable: Runnable) extends ForkJoinTask[Unit] {
diff --git a/actor/src/main/scala/org/apache/pekko/event/Logging.scala b/actor/src/main/scala/org/apache/pekko/event/Logging.scala
index dc15b7edcd..e6e9c3fe25 100644
--- a/actor/src/main/scala/org/apache/pekko/event/Logging.scala
+++ b/actor/src/main/scala/org/apache/pekko/event/Logging.scala
@@ -105,7 +105,7 @@ trait LoggingBus extends ActorEventBus {
   }
 
   /**
-   * Internal Akka use only
+   * Internal Pekko use only
    */
   private[pekko] def startStdoutLogger(config: Settings): Unit = {
     setUpStdoutLogger(config)
@@ -113,7 +113,7 @@ trait LoggingBus extends ActorEventBus {
   }
 
   /**
-   * Internal Akka use only
+   * Internal Pekko use only
    */
   private[pekko] def startDefaultLoggers(system: ActorSystemImpl): Unit = {
     val logName = simpleName(this) + "(" + system + ")"
@@ -178,7 +178,7 @@ trait LoggingBus extends ActorEventBus {
   }
 
   /**
-   * Internal Akka use only
+   * Internal Pekko use only
    */
   private[pekko] def stopDefaultLoggers(system: ActorSystem): Unit = {
     @nowarn("msg=never used")
@@ -503,7 +503,7 @@ object Logging {
   final val DebugLevel = LogLevel(4)
 
   /**
-   * INTERNAL API: Internal Akka use only
+   * INTERNAL API: Internal Pekko use only
    *
    * Don't include the OffLevel in the AllLogLevels since we should never subscribe
    * to some kind of OffEvent.


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