fix compilation error, duplicate wildcard imports
This commit is contained in:
parent
f7758afb61
commit
72981a3be8
1 changed files with 10 additions and 1 deletions
|
|
@ -12,7 +12,6 @@ import akka.actor.Deploy
|
||||||
import akka.actor.Props
|
import akka.actor.Props
|
||||||
import akka.actor.Terminated
|
import akka.actor.Terminated
|
||||||
import akka.cluster.sharding.Shard.ShardCommand
|
import akka.cluster.sharding.Shard.ShardCommand
|
||||||
import akka.persistence._
|
|
||||||
import akka.actor.Actor
|
import akka.actor.Actor
|
||||||
|
|
||||||
import akka.util.MessageBufferMap
|
import akka.util.MessageBufferMap
|
||||||
|
|
@ -24,6 +23,16 @@ import akka.cluster.ddata.ORSetKey
|
||||||
import akka.cluster.ddata.Replicator._
|
import akka.cluster.ddata.Replicator._
|
||||||
import akka.actor.Stash
|
import akka.actor.Stash
|
||||||
import akka.cluster.ddata.DistributedData
|
import akka.cluster.ddata.DistributedData
|
||||||
|
import akka.persistence.PersistentActor
|
||||||
|
import akka.persistence.SnapshotOffer
|
||||||
|
import akka.persistence.SaveSnapshotSuccess
|
||||||
|
import akka.persistence.DeleteSnapshotFailure
|
||||||
|
import akka.persistence.DeleteMessagesSuccess
|
||||||
|
import akka.persistence.SaveSnapshotFailure
|
||||||
|
import akka.persistence.DeleteMessagesFailure
|
||||||
|
import akka.persistence.DeleteSnapshotSuccess
|
||||||
|
import akka.persistence.SnapshotSelectionCriteria
|
||||||
|
import akka.persistence.RecoveryCompleted
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* INTERNAL API
|
* INTERNAL API
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue