mirror of
https://github.com/spring-projects/spring-framework.git
synced 2026-09-21 13:31:46 +00:00
Remove obsolete Javadoc reference
See gh-35144
This commit is contained in:
@@ -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 {
|
||||
* @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) {
|
||||
|
||||
Reference in New Issue
Block a user