#2292 - Removing akka.util.Duration etc and replace it with scala.concurrent.util.Duration
This commit is contained in:
parent
4f1caeefd4
commit
54a3a44bf8
200 changed files with 347 additions and 854 deletions
|
|
@ -6,15 +6,13 @@ package akka.testkit
|
|||
import language.postfixOps
|
||||
|
||||
import akka.actor._
|
||||
import Actor._
|
||||
import akka.util.Duration
|
||||
import akka.util.duration._
|
||||
import akka.actor.Actor._
|
||||
import scala.concurrent.util.Duration
|
||||
import scala.concurrent.util.duration._
|
||||
import java.util.concurrent.{ BlockingDeque, LinkedBlockingDeque, TimeUnit, atomic }
|
||||
import atomic.AtomicInteger
|
||||
import scala.annotation.tailrec
|
||||
import akka.actor.ActorSystem
|
||||
import akka.util.Timeout
|
||||
import akka.util.BoxedType
|
||||
import akka.util.{ Timeout, BoxedType }
|
||||
|
||||
object TestActor {
|
||||
type Ignore = Option[PartialFunction[AnyRef, Boolean]]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue