Skip to content

Commit

Permalink
Sneak in a fix from the previous PR
Browse files Browse the repository at this point in the history
  • Loading branch information
sugmanue committed Jun 4, 2024
1 parent be570db commit 48e61cc
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 @@ -79,7 +79,7 @@ public static RetryStrategy addRetryConditions(RetryStrategy strategy) {
}

/**
* Returns a retry strategy that do not retry.
* Returns a retry strategy that does not retry.
*
* @return A retry strategy that do not retry.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ private DefaultRetryStrategy() {
}

/**
* Returns a retry strategy that do not retry.
* Returns a retry strategy that does not retry.
*/
public static StandardRetryStrategy doNotRetry() {
return standardStrategyBuilder()
Expand Down

0 comments on commit 48e61cc

Please sign in to comment.