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.
1 parent b58c1c0 commit 0f495d3Copy full SHA for 0f495d3
spring-core/src/main/java/org/springframework/core/retry/RetryTemplate.java
@@ -16,7 +16,6 @@
16
17
package org.springframework.core.retry;
18
19
-import java.time.Duration;
20
import java.util.ArrayDeque;
21
import java.util.Deque;
22
@@ -84,7 +83,6 @@ public RetryTemplate(RetryPolicy retryPolicy) {
84
83
* @param retryPolicy the retry policy to use
85
* @see RetryPolicy#withDefaults()
86
* @see RetryPolicy#withMaxAttempts(long)
87
- * @see RetryPolicy#withMaxElapsedTime(Duration)
88
* @see RetryPolicy#builder()
89
*/
90
public void setRetryPolicy(RetryPolicy retryPolicy) {
0 commit comments