change deprecated versions to use Akka in name (#209)
* change deprecated versions to use Akka in name * scalafmt * update markdown
This commit is contained in:
parent
864ee821b9
commit
2df8d99786
78 changed files with 325 additions and 313 deletions
|
|
@ -109,7 +109,7 @@ final class DistributedPubSubSettings(
|
|||
val sendToDeadLettersWhenNoSubscribers: Boolean)
|
||||
extends NoSerializationVerificationNeeded {
|
||||
|
||||
@deprecated("Use the other constructor instead.", "2.5.5")
|
||||
@deprecated("Use the other constructor instead.", "Akka 2.5.5")
|
||||
def this(
|
||||
role: Option[String],
|
||||
routingLogic: RoutingLogic,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue