Add Javadoc since for ExponentialBackOff.DEFAULT_MAX_ATTEMPTS

See gh-31351
This commit is contained in:
Johnny Lim 2023-10-03 00:00:55 +09:00 committed by Stéphane Nicoll
parent 699947c496
commit 4a802c4e1f
1 changed files with 1 additions and 0 deletions

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;