Merge pull request #31351 from izeye

* pr/31351:
  Add Javadoc since for ExponentialBackOff.DEFAULT_MAX_ATTEMPTS

Closes gh-31351
This commit is contained in:
Stéphane Nicoll
2023-10-02 17:04:17 +02:00

View File

@@ -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;