Skip to content

Commit 8dc9621

Browse files
committed
Merge branch '6.2.x'
2 parents 3da645f + 9f1aef1 commit 8dc9621

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -100,14 +100,14 @@ public long getInterval() {
100100
}
101101

102102
/**
103-
* Set the maximum number of attempts in milliseconds.
103+
* Set the maximum number of attempts.
104104
*/
105105
public void setMaxAttempts(long maxAttempts) {
106106
this.maxAttempts = maxAttempts;
107107
}
108108

109109
/**
110-
* Return the maximum number of attempts in milliseconds.
110+
* Return the maximum number of attempts.
111111
*/
112112
public long getMaxAttempts() {
113113
return this.maxAttempts;

0 commit comments

Comments
 (0)