Removing dead imports from testkit

This commit is contained in:
Viktor Klang 2012-01-25 15:59:37 +01:00
parent 09a7ca2026
commit 2e834b08e2
4 changed files with 1 additions and 11 deletions

View file

@ -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

View file

@ -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

View file

@ -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
/**

View file

@ -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