chore: Make val debug final (#2251)

This commit is contained in:
He-Pin(kerr) 2025-09-21 19:39:39 +08:00 committed by GitHub
parent a1ade992ff
commit 0ddb7a2ec7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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"