Skip to content

Commit ed2fb61

Browse files
committed
Remove duplicated word in Javadoc
1 parent a803ecd commit ed2fb61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public RetryException(String message, Throwable cause) {
4343

4444

4545
/**
46-
* Get the the last exception thrown by the {@link Retryable} operation.
46+
* Get the last exception thrown by the {@link Retryable} operation.
4747
*/
4848
@Override
4949
public final synchronized Throwable getCause() {

0 commit comments

Comments
 (0)