Skip to content

Commit 2639316

Browse files
committed
Merge pull request #31351 from izeye
* pr/31351: Add Javadoc since for ExponentialBackOff.DEFAULT_MAX_ATTEMPTS Closes gh-31351
2 parents 699947c + 4a802c4 commit 2639316

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

spring-core/src/main/java/org/springframework/util/backoff/ExponentialBackOff.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public class ExponentialBackOff implements BackOff {
7979

8080
/**
8181
* The default maximum attempts.
82+
* @since 6.1
8283
*/
8384
public static final int DEFAULT_MAX_ATTEMPTS = Integer.MAX_VALUE;
8485

0 commit comments

Comments
 (0)