Remove some of Unused import warning (#24650)

This commit is contained in:
Jimin Hsieh 2018-03-16 19:08:29 +08:00 committed by Arnout Engelen
parent a878e6c9fa
commit 2c2b8ba001
150 changed files with 85 additions and 323 deletions

View file

@ -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 {
/*