From ed2fb61ce99a46762ae22e77a52426f7eed89755 Mon Sep 17 00:00:00 2001 From: Sam Brannen <104798+sbrannen@users.noreply.github.com> Date: Sun, 17 Aug 2025 18:19:33 +0200 Subject: [PATCH] Remove duplicated word in Javadoc --- .../java/org/springframework/core/retry/RetryException.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-core/src/main/java/org/springframework/core/retry/RetryException.java b/spring-core/src/main/java/org/springframework/core/retry/RetryException.java index dbc37772639..eae4859afa8 100644 --- a/spring-core/src/main/java/org/springframework/core/retry/RetryException.java +++ b/spring-core/src/main/java/org/springframework/core/retry/RetryException.java @@ -43,7 +43,7 @@ public class RetryException extends Exception { /** - * Get the the last exception thrown by the {@link Retryable} operation. + * Get the last exception thrown by the {@link Retryable} operation. */ @Override public final synchronized Throwable getCause() {