Skip to content

Commit

Permalink
fix another typo in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Mar 18, 2020
1 parent 55ed24b commit 72acb9f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions reactor-core/src/main/java/reactor/core/Exceptions.java
Original file line number Diff line number Diff line change
Expand Up @@ -698,8 +698,7 @@ static final class OverflowException extends IllegalStateException {
* A specialized {@link IllegalStateException} to signify a {@link Flux#retryWhen(Retry) retry}
* has failed (eg. after N attempts, or a timeout).
*
* @see #retryExhausted(long, Throwable)
* @see #retryExhausted(Duration)
* @see #retryExhausted(String, Throwable)
* @see #isRetryExhausted(Throwable)
*/
static final class RetryExhaustedException extends IllegalStateException {
Expand Down

0 comments on commit 72acb9f

Please sign in to comment.