Removing dead imports from akka-actor

This commit is contained in:
Viktor Klang 2012-01-25 15:38:04 +01:00
parent 7f3a9cd756
commit f7a45c0e8f
27 changed files with 20 additions and 75 deletions

View file

@ -10,7 +10,6 @@ import akka.actor.{ ActorCell, ActorRef }
import java.util.concurrent._
import annotation.tailrec
import akka.event.Logging.Error
import com.typesafe.config.Config
import akka.actor.ActorContext
class MessageQueueAppendFailedException(message: String, cause: Throwable = null) extends AkkaException(message, cause)