Skip to content

Commit 4a802c4

Browse files
izeyesnicoll
authored andcommitted
Add Javadoc since for ExponentialBackOff.DEFAULT_MAX_ATTEMPTS
See gh-31351
1 parent 699947c commit 4a802c4

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)