!clu #3920 Remove deprecated akka.cluster.auto-down

* replaced by akka.cluster.auto-down-unreachable-after
This commit is contained in:
Patrik Nordwall 2014-03-12 11:47:43 +01:00
parent 503c4ced8f
commit b5be06e90c
5 changed files with 3 additions and 10 deletions

View file

@ -218,7 +218,7 @@ private[cluster] class ClusterCoreDaemon(publisher: ActorRef) extends Actor with
val cluster = Cluster(context.system)
import cluster.{ selfAddress, scheduler, failureDetector }
import cluster.settings.{ AutoDown _, _ }
import cluster.settings._
import cluster.InfoLogger._
protected def selfUniqueAddress = cluster.selfUniqueAddress