Removing dead imports from akka-actor
This commit is contained in:
parent
7f3a9cd756
commit
f7a45c0e8f
27 changed files with 20 additions and 75 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue