Skip to content

Commit

Permalink
Corrected documentation, copy&paste error
Browse files Browse the repository at this point in the history
  • Loading branch information
Baschdl committed May 12, 2016
1 parent c101e31 commit c414b36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gson/src/main/java/com/google/gson/Gson.java
Original file line number Diff line number Diff line change
Expand Up @@ -719,7 +719,7 @@ public JsonWriter newJsonWriter(Writer writer) throws IOException {
}

/**
* Returns a new JSON writer configured for the settings on this Gson instance.
* Returns a new JSON reader configured for the settings on this Gson instance.
*/
public JsonReader newJsonReader(Reader reader) {
JsonReader jsonReader = new JsonReader(reader);
Expand Down

0 comments on commit c414b36

Please sign in to comment.