replace unicode arrows again (#26732)
This commit is contained in:
parent
ee67c113e5
commit
a5e9741d35
40 changed files with 125 additions and 125 deletions
|
|
@ -57,7 +57,7 @@ object ClusterSingletonManagerSettings {
|
|||
*/
|
||||
def apply(config: Config): ClusterSingletonManagerSettings = {
|
||||
val lease = config.getString("use-lease") match {
|
||||
case s if s.isEmpty ⇒ None
|
||||
case s if s.isEmpty => None
|
||||
case leaseConfigPath =>
|
||||
Some(new LeaseUsageSettings(leaseConfigPath, config.getDuration("lease-retry-interval").asScala))
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue