Remove catchall silents from prod code (#27432)
* WIP * Remove catch all silent annocations from prod code
This commit is contained in:
parent
e898197bdd
commit
89e269d5d8
110 changed files with 255 additions and 258 deletions
|
|
@ -45,7 +45,7 @@ object ClusterSingletonManagerSettings {
|
|||
* Create settings from the default configuration
|
||||
* `akka.cluster.singleton`.
|
||||
*/
|
||||
@silent // deprecated setting
|
||||
@silent("deprecated") // DownRemovalMargin
|
||||
def apply(system: ActorSystem): ClusterSingletonManagerSettings =
|
||||
apply(system.settings.config.getConfig("akka.cluster.singleton"))
|
||||
// note that this setting has some additional logic inside the ClusterSingletonManager
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue