Corrected documentation, copy&paste error

This commit is contained in:
Baschdl 2016-05-12 14:47:03 +02:00
parent c101e31c69
commit c414b368e1

View File

@ -719,7 +719,7 @@ public final class Gson {
}
/**
* 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);