Skip to content

Commit

Permalink
fix typos in javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
simonbasle committed Mar 16, 2020
1 parent 2bad775 commit 2c11515
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ public RetryBackoffSpec doAfterRetryAsync(
/**
* Set the generator for the {@link Exception} to be propagated when the maximum amount of retries
* is exhausted. By default, throws an {@link Exceptions#retryExhausted(String, Throwable)} with the
* message reflecting the total attempt index, transien attempt index and maximum retry count.
* message reflecting the total attempt index, transient attempt index and maximum retry count.
* The cause of the last {@link RetrySignal} is also added as the exception's cause.
*
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -271,7 +271,7 @@ public RetrySpec doAfterRetryAsync(
/**
* Set the generator for the {@link Exception} to be propagated when the maximum amount of retries
* is exhausted. By default, throws an {@link Exceptions#retryExhausted(String, Throwable)} with the
* message reflecting the total attempt index, transien attempt index and maximum retry count.
* message reflecting the total attempt index, transient attempt index and maximum retry count.
* The cause of the last {@link RetrySignal} is also added as the exception's cause.
*
* @param retryExhaustedGenerator the {@link Function} that generates the {@link Throwable} for the last
Expand Down

0 comments on commit 2c11515

Please sign in to comment.