Browse Source

Fix Javadoc since for GsonProperties.Strictness

See gh-43877

Signed-off-by: Johnny Lim <izeye@naver.com>
pull/43862/head
Johnny Lim 1 year ago committed by Stéphane Nicoll
parent
commit
1e39af27d4
  1. 2
      spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/gson/GsonProperties.java

2
spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/gson/GsonProperties.java

@ -194,7 +194,7 @@ public class GsonProperties { @@ -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 {

Loading…
Cancel
Save