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
|
|
@ -8,7 +8,7 @@ import akka.cluster.Cluster
|
|||
import akka.cluster.UniqueAddress
|
||||
import akka.util.HashCode
|
||||
import akka.annotation.InternalApi
|
||||
import akka.cluster.ddata.ORMap.{ AtomicDeltaOp, ZeroTag }
|
||||
import akka.cluster.ddata.ORMap.ZeroTag
|
||||
|
||||
import scala.collection.immutable
|
||||
|
||||
|
|
|
|||
|
|
@ -285,8 +285,6 @@ final class ORSet[A] private[akka] (
|
|||
extends DeltaReplicatedData
|
||||
with ReplicatedDataSerialization with RemovedNodePruning with FastMerge {
|
||||
|
||||
import ORSet.{ AddDeltaOp, RemoveDeltaOp }
|
||||
|
||||
type T = ORSet[A]
|
||||
type D = ORSet.DeltaOp
|
||||
|
||||
|
|
|
|||
|
|
@ -23,12 +23,9 @@ import akka.serialization.BaseSerializer
|
|||
import akka.protobuf.{ ByteString, GeneratedMessage }
|
||||
import akka.util.ByteString.UTF_8
|
||||
|
||||
import scala.collection.immutable.TreeMap
|
||||
import akka.cluster.UniqueAddress
|
||||
import java.io.NotSerializableException
|
||||
|
||||
import akka.cluster.ddata.protobuf.msg.ReplicatorMessages.OtherMessage
|
||||
import akka.cluster.ddata.ORSet.DeltaOp
|
||||
|
||||
private object ReplicatedDataSerializer {
|
||||
/*
|
||||
|
|
|
|||
|
|
@ -14,7 +14,6 @@ import akka.actor.ExtendedActorSystem
|
|||
import akka.actor.Props
|
||||
import akka.cluster.ddata.GSet
|
||||
import akka.cluster.ddata.GSetKey
|
||||
import akka.cluster.ddata.PruningState
|
||||
import akka.cluster.ddata.PruningState.PruningInitialized
|
||||
import akka.cluster.ddata.PruningState.PruningPerformed
|
||||
import akka.cluster.ddata.Replicator._
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue