Skip to content

Commit

Permalink
Fix Javadoc since for GsonProperties.Strictness
Browse files Browse the repository at this point in the history
See gh-43442

Signed-off-by: Johnny Lim <[email protected]>
  • Loading branch information
izeye committed Jan 18, 2025
1 parent 33aa8f7 commit dad37e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ public void setDateFormat(String dateFormat) {
* {@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 {

Expand Down

0 comments on commit dad37e1

Please sign in to comment.