Skip to content

Commit 6c7d274

Browse files
committed
Fix punctuation
1 parent 731faf7 commit 6c7d274

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gson/src/main/java/com/google/gson/GsonBuilder.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,7 +368,7 @@ public GsonBuilder setNumberToNumberStrategy(ToNumberStrategy numberToNumberStra
368368
* deserialization. Each of the {@code strategies} will be applied as a disjunction rule.
369369
* This means that if one of the {@code strategies} suggests that a field (or class) should be
370370
* skipped then that field (or object) is skipped during serialization/deserialization.
371-
* The strategies are added to the existing strategies (if any), the existing strategies
371+
* The strategies are added to the existing strategies (if any); the existing strategies
372372
* are not replaced.
373373
*
374374
* @param strategies the set of strategy object to apply during object (de)serialization.

0 commit comments

Comments
 (0)