Remove some of Unused import warning (#24650)
This commit is contained in:
parent
a878e6c9fa
commit
2c2b8ba001
150 changed files with 85 additions and 323 deletions
|
|
@ -9,7 +9,7 @@ import akka.protobuf.ByteString
|
|||
import com.typesafe.config.{ Config, ConfigFactory }
|
||||
import akka.actor.{ Deploy, ExtendedActorSystem, NoScopeGiven, Props, Scope }
|
||||
import akka.remote.DaemonMsgCreate
|
||||
import akka.remote.WireFormats.{ DaemonMsgCreateData, DeployData, PropsData, SerializedMessage }
|
||||
import akka.remote.WireFormats.{ DaemonMsgCreateData, DeployData, PropsData }
|
||||
import akka.routing.{ NoRouter, RouterConfig }
|
||||
|
||||
import scala.reflect.ClassTag
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue