Skip to content

Commit ae2ca01

Browse files
committed
Merge pull request #43877 from izeye
* pr/43877: Fix Javadoc since for GsonProperties.Strictness Closes gh-43877
2 parents 5e1585f + 1e39af2 commit ae2ca01

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)