Skip to content

Commit

Permalink
fix typo: attempts (micronaut-projects#11167)
Browse files Browse the repository at this point in the history
  • Loading branch information
PiyalAhmed authored Sep 9, 2024
1 parent fc2c827 commit b483ef5
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class SimpleRetry implements RetryState, MutableRetryState {
private final Class<? extends Throwable> capturedException;

/**
* @param maxAttempts The maximum number of attemps
* @param maxAttempts The maximum number of attempts
* @param multiplier The multiplier to use between delays
* @param delay The overall delay so far
* @param maxDelay The maximum overall delay
Expand All @@ -70,7 +70,7 @@ class SimpleRetry implements RetryState, MutableRetryState {
}

/**
* @param maxAttempts The maximum number of attemps
* @param maxAttempts The maximum number of attempts
* @param multiplier The multiplier to use between delays
* @param delay The overall delay so far
* @param maxDelay The maximum overall delay
Expand All @@ -81,7 +81,7 @@ class SimpleRetry implements RetryState, MutableRetryState {
}

/**
* @param maxAttempts The maximum number of attemps
* @param maxAttempts The maximum number of attempts
* @param multiplier The multiplier to use between delays
* @param delay The overall delay so far
*/
Expand Down

0 comments on commit b483ef5

Please sign in to comment.