Browse Source

Remove duplicated word in Javadoc

pull/35344/head
Sam Brannen 4 months ago
parent
commit
ed2fb61ce9
  1. 2
      spring-core/src/main/java/org/springframework/core/retry/RetryException.java

2
spring-core/src/main/java/org/springframework/core/retry/RetryException.java

@ -43,7 +43,7 @@ public class RetryException extends Exception { @@ -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() {

Loading…
Cancel
Save