File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
gson/src/main/java/com/google/gson Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -368,7 +368,7 @@ public GsonBuilder setNumberToNumberStrategy(ToNumberStrategy numberToNumberStra
368
368
* deserialization. Each of the {@code strategies} will be applied as a disjunction rule.
369
369
* This means that if one of the {@code strategies} suggests that a field (or class) should be
370
370
* 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
372
372
* are not replaced.
373
373
*
374
374
* @param strategies the set of strategy object to apply during object (de)serialization.
You can’t perform that action at this time.
0 commit comments