Remove obsolete Javadoc reference
Build and Deploy Snapshot / Build and Deploy Snapshot (push) Waiting to run Details
Build and Deploy Snapshot / Verify (push) Blocked by required conditions Details
Deploy Docs / Dispatch docs deployment (push) Waiting to run Details

See gh-35144
This commit is contained in:
Sam Brannen 2025-07-02 11:47:12 +02:00
parent b58c1c0d63
commit 0f495d3b64
1 changed files with 0 additions and 2 deletions

View File

@ -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) {