Removing dead imports from testkit
This commit is contained in:
parent
09a7ca2026
commit
2e834b08e2
4 changed files with 1 additions and 11 deletions
|
|
@ -11,7 +11,6 @@ import scala.annotation.tailrec
|
|||
|
||||
import com.typesafe.config.Config
|
||||
|
||||
import CallingThreadDispatcher.Id
|
||||
import akka.actor.{ ExtensionIdProvider, ExtensionId, Extension, ExtendedActorSystem, ActorRef, ActorCell }
|
||||
import akka.dispatch.{ TaskInvocation, SystemMessage, Suspend, Resume, MessageDispatcherConfigurator, MessageDispatcher, Mailbox, Envelope, DispatcherPrerequisites, DefaultSystemMessageQueue }
|
||||
import akka.util.duration.intToDurationInt
|
||||
|
|
|
|||
|
|
@ -6,11 +6,7 @@ package akka.testkit
|
|||
|
||||
import akka.actor._
|
||||
import akka.util.{ ReflectiveAccess, Duration }
|
||||
import com.eaio.uuid.UUID
|
||||
import akka.actor.Props._
|
||||
import akka.actor.ActorSystem
|
||||
import java.util.concurrent.atomic.AtomicLong
|
||||
import akka.event.EventStream
|
||||
import scala.collection.immutable.Stack
|
||||
import akka.dispatch._
|
||||
import akka.pattern.ask
|
||||
|
|
|
|||
|
|
@ -3,13 +3,11 @@
|
|||
*/
|
||||
package akka.testkit
|
||||
|
||||
import scala.annotation.tailrec
|
||||
import scala.util.matching.Regex
|
||||
import akka.actor.{ DeadLetter, ActorSystem, Terminated }
|
||||
import akka.dispatch.{ SystemMessage, Terminate }
|
||||
import akka.event.Logging.{ Warning, LogEvent, InitializeLogger, Info, Error, Debug, LoggerInitialized }
|
||||
import akka.event.Logging
|
||||
import akka.testkit.TestEvent.{ UnMute, Mute }
|
||||
import akka.util.Duration
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -6,10 +6,7 @@ package akka.testkit
|
|||
|
||||
import akka.actor._
|
||||
import akka.util._
|
||||
import com.eaio.uuid.UUID
|
||||
import akka.actor.ActorSystem
|
||||
import akka.event.EventStream
|
||||
import akka.dispatch.{ DispatcherPrerequisites, Mailbox }
|
||||
import akka.dispatch.DispatcherPrerequisites
|
||||
|
||||
/**
|
||||
* This is a specialised form of the TestActorRef with support for querying and
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue