Skip to content

Commit 1e39af2

Browse files
izeyesnicoll
authored andcommitted
Fix Javadoc since for GsonProperties.Strictness
See gh-43877 Signed-off-by: Johnny Lim <[email protected]>
1 parent 5e1585f commit 1e39af2

File tree

1 file changed

+1
-1
lines changed
  • spring-boot-project/spring-boot-autoconfigure/src/main/java/org/springframework/boot/autoconfigure/gson

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ public void setDateFormat(String dateFormat) {
194194
* {@link com.google.gson.Strictness} that was introduced in Gson 2.11. To maximize
195195
* backwards compatibility, the Gson enum is not used directly.
196196
*
197-
* @since 3.4.1
197+
* @since 3.4.2
198198
*/
199199
public enum Strictness {
200200

0 commit comments

Comments
 (0)