From 8335f7f53199005d3dceb16ee2d771bc1815c832 Mon Sep 17 00:00:00 2001 From: Matthias Merdes Date: Fri, 23 Apr 2021 14:01:00 +0200 Subject: [PATCH] Fix typo in the `@Retryable` JavaDocs --- .../java/org/springframework/retry/annotation/Retryable.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/java/org/springframework/retry/annotation/Retryable.java b/src/main/java/org/springframework/retry/annotation/Retryable.java index 9aeda7c..62c1d8f 100644 --- a/src/main/java/org/springframework/retry/annotation/Retryable.java +++ b/src/main/java/org/springframework/retry/annotation/Retryable.java @@ -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 */