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
|
|
@ -5,7 +5,7 @@
|
|||
package akka.remote.serialization
|
||||
|
||||
import akka.actor.setup.ActorSystemSetup
|
||||
import akka.actor.{ ActorSystem, BootstrapSetup, ExtendedActorSystem, Terminated }
|
||||
import akka.actor.{ ActorSystem, BootstrapSetup, ExtendedActorSystem }
|
||||
import akka.serialization._
|
||||
import akka.testkit.{ AkkaSpec, TestKit, TestProbe }
|
||||
import com.typesafe.config.ConfigFactory
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue