More Duration cleanup, and changed use of ScalaNumber to ScalaNumericConversions. #2504
This commit is contained in:
parent
0f04239f67
commit
d442f2024b
8 changed files with 21 additions and 22 deletions
|
|
@ -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
|
|||
}
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue