Browse Source

Fix Javadoc link

pull/35786/head
Sam Brannen 1 month ago
parent
commit
388abf9312
  1. 2
      spring-context/src/main/java/org/springframework/resilience/annotation/Retryable.java

2
spring-context/src/main/java/org/springframework/resilience/annotation/Retryable.java

@ -113,7 +113,7 @@ public @interface Retryable { @@ -113,7 +113,7 @@ public @interface Retryable {
/**
* The maximum number of retry attempts, as a configurable String.
* <p>A non-empty value specified here overrides the {@link #maxRetries()} attribute.
* <p>A non-empty value specified here overrides the {@link #maxAttempts()} attribute.
* <p>This supports Spring-style "${...}" placeholders as well as SpEL expressions.
* @see #maxAttempts()
*/

Loading…
Cancel
Save