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 0ddb7a2ec7 chore: Make val debug final (#2251)
0ddb7a2ec7 is described below
commit 0ddb7a2ec73c75f77653aef80876b196f3361ca6
Author: He-Pin(kerr) <[email protected]>
AuthorDate: Sun Sep 21 19:39:39 2025 +0800
chore: Make val debug final (#2251)
---
.../org/apache/pekko/stream/impl/PhasedFusingActorMaterializer.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/stream/src/main/scala/org/apache/pekko/stream/impl/PhasedFusingActorMaterializer.scala
b/stream/src/main/scala/org/apache/pekko/stream/impl/PhasedFusingActorMaterializer.scala
index fc5b35bd1c..96033f26ed 100644
---
a/stream/src/main/scala/org/apache/pekko/stream/impl/PhasedFusingActorMaterializer.scala
+++
b/stream/src/main/scala/org/apache/pekko/stream/impl/PhasedFusingActorMaterializer.scala
@@ -60,7 +60,7 @@ import org.reactivestreams.Subscriber
*/
@InternalApi private[pekko] object PhasedFusingActorMaterializer {
- val Debug = false
+ final val Debug = false
val MailboxConfigName: String = "pekko.stream.materializer.mailbox"
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]