From 388abf9312a79a0e5faeaaf7648addf713545ee9 Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Sun, 9 Nov 2025 16:05:06 +0100 Subject: [PATCH] Fix Javadoc link --- .../org/springframework/resilience/annotation/Retryable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-context/src/main/java/org/springframework/resilience/annotation/Retryable.java b/spring-context/src/main/java/org/springframework/resilience/annotation/Retryable.java index 91eb8cdd232..10a42093040 100644 --- a/spring-context/src/main/java/org/springframework/resilience/annotation/Retryable.java +++ b/spring-context/src/main/java/org/springframework/resilience/annotation/Retryable.java @@ -113,7 +113,7 @@ public @interface Retryable { /** * The maximum number of retry attempts, as a configurable String. - *
A non-empty value specified here overrides the {@link #maxRetries()} attribute. + *
A non-empty value specified here overrides the {@link #maxAttempts()} attribute. *
This supports Spring-style "${...}" placeholders as well as SpEL expressions. * @see #maxAttempts() */