Browse Source

Add Javadoc since for ExponentialBackOff.DEFAULT_MAX_ATTEMPTS

See gh-31351
pull/31352/head
Johnny Lim 1 year ago committed by Stéphane Nicoll
parent
commit
4a802c4e1f
  1. 1
      spring-core/src/main/java/org/springframework/util/backoff/ExponentialBackOff.java

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

@ -79,6 +79,7 @@ public class ExponentialBackOff implements BackOff { @@ -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…
Cancel
Save