Skip to content

Commit 47668fa

Browse files
Fix typo in GsonBuilder Javadoc (#2213)
1 parent ea7ab7c commit 47668fa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -252,7 +252,7 @@ public GsonBuilder serializeNulls() {
252252
* <p>For this case, assume that a type adapter was NOT registered for some
253253
* {@code Point} class, but rather the default Gson serialization is applied.
254254
* In this case, some {@code new Point(2,3)} would serialize as {@code
255-
* {"x":2,"y":5}}.
255+
* {"x":2,"y":3}}.
256256
*
257257
* <p>Given the assumption above, a {@code Map<Point, String>} will be
258258
* serialize as an array of arrays (can be viewed as an entry set of pairs).

0 commit comments

Comments
 (0)