Fix a documentation typo.
Fixes bug 423.
This commit is contained in:
parent
a991e54157
commit
6d351fea07
@ -324,7 +324,7 @@ public class JsonReader implements Closeable {
|
||||
|
||||
/**
|
||||
* Consumes the next token from the JSON stream and asserts that it is the
|
||||
* end of the current array.
|
||||
* end of the current object.
|
||||
*/
|
||||
public void endObject() throws IOException {
|
||||
expect(JsonToken.END_OBJECT);
|
||||
|
Loading…
Reference in New Issue
Block a user