More private and @InternalApi sprinkling on top
This commit is contained in:
parent
1e811eebbc
commit
a31260e8fc
3 changed files with 4 additions and 2 deletions
|
|
@ -404,7 +404,7 @@ private[akka] class Shard(
|
|||
|
||||
import akka.cluster.sharding.ShardCoordinator.Internal.CoordinatorMessage
|
||||
|
||||
final val verboseDebug = context.system.settings.config.getBoolean("akka.cluster.sharding.verbose-debug-logging")
|
||||
private val verboseDebug = context.system.settings.config.getBoolean("akka.cluster.sharding.verbose-debug-logging")
|
||||
|
||||
private val rememberEntitiesStore: Option[ActorRef] =
|
||||
rememberEntitiesProvider.map { provider =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue