We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 3da645f + 9f1aef1 commit 8dc9621Copy full SHA for 8dc9621
spring-core/src/main/java/org/springframework/util/backoff/FixedBackOff.java
@@ -100,14 +100,14 @@ public long getInterval() {
100
}
101
102
/**
103
- * Set the maximum number of attempts in milliseconds.
+ * Set the maximum number of attempts.
104
*/
105
public void setMaxAttempts(long maxAttempts) {
106
this.maxAttempts = maxAttempts;
107
108
109
110
- * Return the maximum number of attempts in milliseconds.
+ * Return the maximum number of attempts.
111
112
public long getMaxAttempts() {
113
return this.maxAttempts;
0 commit comments