Add Javadoc since for ExponentialBackOff.DEFAULT_MAX_ATTEMPTS
See gh-31351
This commit is contained in:
parent
699947c496
commit
4a802c4e1f
|
|
@ -79,6 +79,7 @@ public class ExponentialBackOff implements BackOff {
|
|||
|
||||
/**
|
||||
* The default maximum attempts.
|
||||
* @since 6.1
|
||||
*/
|
||||
public static final int DEFAULT_MAX_ATTEMPTS = Integer.MAX_VALUE;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue