replace unicode arrows again (#26732)

This commit is contained in:
Patrik Nordwall 2019-04-15 17:40:26 +02:00 committed by Arnout Engelen
parent ee67c113e5
commit a5e9741d35
40 changed files with 125 additions and 125 deletions

View file

@ -61,8 +61,8 @@ object ClusterShardingSettings {
else config.getDuration("passivate-idle-entity-after", MILLISECONDS).millis
val lease = config.getString("use-lease") match {
case s if s.isEmpty None
case other Some(new LeaseUsageSettings(other, config.getDuration("lease-retry-interval").asScala))
case s if s.isEmpty => None
case other => Some(new LeaseUsageSettings(other, config.getDuration("lease-retry-interval").asScala))
}
new ClusterShardingSettings(