Remove duplicated word in Javadoc

This commit is contained in:
Sam Brannen
2025-08-17 18:19:33 +02:00
parent a803ecdf26
commit ed2fb61ce9
@@ -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() {