From 1e39af27d41f6cbfe88ced1f3cfc7b4d2f1d4e8c Mon Sep 17 00:00:00 2001 From: Johnny Lim Date: Sun, 19 Jan 2025 00:45:02 +0900 Subject: [PATCH] Fix Javadoc since for GsonProperties.Strictness See gh-43877 Signed-off-by: Johnny Lim --- .../springframework/boot/autoconfigure/gson/GsonProperties.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/gson/GsonProperties.java b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/gson/GsonProperties.java index aa773db4146..1d0e50ca006 100644 --- a/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/gson/GsonProperties.java +++ b/spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/gson/GsonProperties.java @@ -194,7 +194,7 @@ public class GsonProperties { * {@link com.google.gson.Strictness} that was introduced in Gson 2.11. To maximize * backwards compatibility, the Gson enum is not used directly. * - * @since 3.4.1 + * @since 3.4.2 */ public enum Strictness {