cleanup of unused imports
This commit is contained in:
parent
37a6844d46
commit
1c39ed1ad6
17 changed files with 13 additions and 37 deletions
|
|
@ -14,8 +14,7 @@ import akka.actor.UntypedChannel._
|
|||
import java.util.concurrent.atomic.{ AtomicReference, AtomicInteger }
|
||||
|
||||
/**
|
||||
* An {@link AkkaException} thrown when something goes wrong while routing a message to a specific
|
||||
* connected ActorRef.
|
||||
* An {@link AkkaException} thrown when something goes wrong while routing a message
|
||||
*/
|
||||
class RoutingException(message: String) extends AkkaException(message)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue