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

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


The following commit(s) were added to refs/heads/main by this push:
     new 33f21f8ec5 Rename PersistentBehaviour to EventSourcedBehavior (#2818)
33f21f8ec5 is described below

commit 33f21f8ec5e6f79f6bc8b95fbc0ad41aa1a61f8c
Author: Philippus Baalman <[email protected]>
AuthorDate: Sat Mar 28 11:09:45 2026 +0100

    Rename PersistentBehaviour to EventSourcedBehavior (#2818)
---
 .../pekko/persistence/typed/internal/RequestingRecoveryPermit.scala     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/persistence-typed/src/main/scala/org/apache/pekko/persistence/typed/internal/RequestingRecoveryPermit.scala
 
b/persistence-typed/src/main/scala/org/apache/pekko/persistence/typed/internal/RequestingRecoveryPermit.scala
index c0ac940b73..eddad5da65 100644
--- 
a/persistence-typed/src/main/scala/org/apache/pekko/persistence/typed/internal/RequestingRecoveryPermit.scala
+++ 
b/persistence-typed/src/main/scala/org/apache/pekko/persistence/typed/internal/RequestingRecoveryPermit.scala
@@ -24,7 +24,7 @@ import pekko.annotation.{ InternalApi, InternalStableApi }
 /**
  * INTERNAL API
  *
- * First (of four) behavior of an PersistentBehaviour.
+ * First (of four) behavior of an EventSourcedBehavior.
  *
  * Requests a permit to start replaying this actor; this is tone to avoid
  * hammering the journal with too many concurrently replaying actors.


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to