cleanup of unused imports

This commit is contained in:
Peter Veentjer 2011-08-13 08:27:10 +03:00
parent 37a6844d46
commit 1c39ed1ad6
17 changed files with 13 additions and 37 deletions

View file

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