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

@ -6,11 +6,6 @@ package akka.routing
import akka.actor._
import scala.annotation.tailrec
import java.util.concurrent.atomic.{ AtomicReference, AtomicInteger }
import collection.JavaConverters
/**
* An Iterable that also contains a version.
*/