unborking compile in akka-cluster (sorry …)

This commit is contained in:
Roland 2012-02-13 20:16:54 +01:00
parent f371e817f1
commit 14d180c92a

View file

@ -9,7 +9,7 @@ class AccrualFailureDetectorSpec extends AkkaSpec("""
""") {
"An AccrualFailureDetector" must {
val conn = Address("akka", "", Some("localhost"), Some(2552))
val conn = Address("akka", "", "localhost", 2552)
"mark node as available after a series of successful heartbeats" in {
val fd = new AccrualFailureDetector(system)