Browse Source

Remove obsolete Javadoc reference

See gh-35144
pull/35151/head
Sam Brannen 6 months ago
parent
commit
0f495d3b64
  1. 2
      spring-core/src/main/java/org/springframework/core/retry/RetryTemplate.java

2
spring-core/src/main/java/org/springframework/core/retry/RetryTemplate.java

@ -16,7 +16,6 @@ @@ -16,7 +16,6 @@
package org.springframework.core.retry;
import java.time.Duration;
import java.util.ArrayDeque;
import java.util.Deque;
@ -84,7 +83,6 @@ public class RetryTemplate implements RetryOperations { @@ -84,7 +83,6 @@ public class RetryTemplate implements RetryOperations {
* @param retryPolicy the retry policy to use
* @see RetryPolicy#withDefaults()
* @see RetryPolicy#withMaxAttempts(long)
* @see RetryPolicy#withMaxElapsedTime(Duration)
* @see RetryPolicy#builder()
*/
public void setRetryPolicy(RetryPolicy retryPolicy) {

Loading…
Cancel
Save