From 0f495d3b64402ef808724087e86ee776f85a2bcb Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Wed, 2 Jul 2025 11:47:12 +0200 Subject: [PATCH] Remove obsolete Javadoc reference See gh-35144 --- .../main/java/org/springframework/core/retry/RetryTemplate.java | 2 -- 1 file changed, 2 deletions(-) diff --git a/spring-core/src/main/java/org/springframework/core/retry/RetryTemplate.java b/spring-core/src/main/java/org/springframework/core/retry/RetryTemplate.java index 98f1043bb98..4ca2b33e490 100644 --- a/spring-core/src/main/java/org/springframework/core/retry/RetryTemplate.java +++ b/spring-core/src/main/java/org/springframework/core/retry/RetryTemplate.java @@ -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) {