Merge pull request #853 from Baschdl/patch-1
Corrected documentation, copy&paste error
This commit is contained in:
commit
0f80936ecd
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user