More Duration cleanup, and changed use of ScalaNumber to ScalaNumericConversions. #2504

This commit is contained in:
Björn Antonsson 2012-10-12 14:21:54 +02:00
parent 0f04239f67
commit d442f2024b
8 changed files with 21 additions and 22 deletions

View file

@ -14,7 +14,7 @@ import akka.remote.testconductor.Direction
import akka.actor.Props
import akka.actor.Actor
import akka.testkit.ImplicitSender
import scala.concurrent.util.duration._
import scala.concurrent.duration._
import akka.actor.FSM
import akka.actor.ActorRef
import akka.testkit.TestProbe
@ -195,4 +195,4 @@ class ReliableProxySpec extends MultiNodeSpec(ReliableProxySpec) with STMultiNod
}
}
}
}