Removing deprecation mark for method without maximum restart attempts #25714

This commit is contained in:
Nicolas Vollmar 2018-10-02 08:44:23 +02:00
parent 5b9bc0360f
commit be85b1b9a5

View file

@ -131,7 +131,6 @@ object Backoff {
* random delay based on this factor is added, e.g. `0.2` adds up to `20%` delay.
* In order to skip this additional delay pass in `0`.
*/
@deprecated("Use the overloaded one which accepts maxNrOfRetries instead.", "2.5.17")
def onFailure(
childProps: Props,
childName: String,
@ -371,7 +370,6 @@ object Backoff {
* random delay based on this factor is added, e.g. `0.2` adds up to `20%` delay.
* In order to skip this additional delay pass in `0`.
*/
@deprecated("Use the overloaded one which accepts maxNrOfRetries instead.", "2.5.17")
def onStop(
childProps: Props,
childName: String,