Skip to content

Commit

Permalink
chore: remove @deprecated from ClusterReplicationSetting (classic API)
Browse files Browse the repository at this point in the history
Because it is used internally.
ClusterReplicationSetting is always used with ClusterReplication, so there is no problem without @deprecated.
  • Loading branch information
tksugimoto committed Jul 15, 2021
1 parent 5036062 commit 025c51c
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import lerna.akka.entityreplication.raft.routing.MemberIndex

import scala.concurrent.duration.FiniteDuration

@deprecated(message = "Use typed.ClusterReplicationSettings instead", since = "2.0.0")
object ClusterReplicationSettings {

def apply(system: ActorSystem): ClusterReplicationSettings = {
Expand All @@ -18,7 +17,6 @@ object ClusterReplicationSettings {
}
}

@deprecated(message = "Use typed.ClusterReplicationSettings instead", since = "2.0.0")
trait ClusterReplicationSettings {

/*
Expand Down

0 comments on commit 025c51c

Please sign in to comment.