Fix typo in the @Retryable JavaDocs

This commit is contained in:
Matthias Merdes
2021-04-23 14:01:00 +02:00
committed by GitHub
parent 7692782d37
commit 8335f7f531

View File

@@ -102,7 +102,7 @@ public @interface Retryable {
/**
* Specify the backoff properties for retrying this operation. The default is a simple
* {@link Backoff} specification with no properties - see it's documentation for
* {@link Backoff} specification with no properties - see its documentation for
* defaults.
* @return a backoff specification
*/