Skip to content
This repository was archived by the owner on Jun 21, 2023. It is now read-only.

Commit efe3279

Browse files
authored
Update README.md
1 parent 07627b4 commit efe3279

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -280,7 +280,7 @@ RetryConfig config = new RetryConfigBuilder()
280280

281281
...where `SomeCustomBackoffStrategy` is an object that implements the `com.evanlennick.retry4j.backoff.BackoffStrategy` interface. The only mandatory method to implement is `getDurationToWait()` which determines how long to wait between each try. Optionally, the `validateConfig()` method can also be implemented if your backoff strategy needs to verify that the configuration being used is valid.
282282

283-
For examples creating backoff strategies, check out the default implementations [here](https://github.com/elennick/retry4j/tree/master/src/main/java/com/evanlennick/retry4j/backoff).
283+
For examples creating backoff strategies, check out the provided implementations [here](https://github.com/elennick/retry4j/tree/master/src/main/java/com/evanlennick/retry4j/backoff).
284284

285285
### Simple Configs
286286

0 commit comments

Comments
 (0)