Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
  • Loading branch information
marten-voorberg committed Mar 7, 2023
2 parents 6a27a65 + eaa0ed5 commit 79295c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gson/src/main/java/com/google/gson/GsonBuilder.java
Original file line number Diff line number Diff line change
Expand Up @@ -526,7 +526,7 @@ public GsonBuilder setLenient() {
* <p>This changes how strict the
* <a href="https://www.ietf.org/rfc/rfc8259.txt">RFC 8259 JSON specification</a> is enforced when parsing or
* writing JSON. For details on this, refer to {@link JsonReader#setStrictness(Strictness)} and
* {@link JsonWriter#setStrictness(Strictness)}</p>
* {@link JsonWriter#setStrictness(Strictness)}.</p>
*
* @param strictness the new strictness method of this factory. May not be null.
* @return a reference to this {@code GsonBuilder} object to fulfill the "Builder" pattern.
Expand Down

0 comments on commit 79295c8

Please sign in to comment.