Skip to content

Commit

Permalink
🔨refactor: Conceal a value of 'actorNamePrefix'
Browse files Browse the repository at this point in the history
  • Loading branch information
negokaz committed Apr 6, 2021
1 parent 0cde1c8 commit 2d9c518
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ object ClusterReplication {

def apply(system: ActorSystem): ClusterReplication = new ClusterReplication(system)

val actorNamePrefix: String = "replicationRegion"
private val actorNamePrefix: String = "replicationRegion"
}

class ClusterReplication private (system: ActorSystem) {
Expand Down

0 comments on commit 2d9c518

Please sign in to comment.