Fix a documentation typo.

Fixes bug 423.
This commit is contained in:
Jesse Wilson 2012-04-12 18:09:07 +00:00
parent a991e54157
commit 6d351fea07

View File

@ -324,7 +324,7 @@ public class JsonReader implements Closeable {
/** /**
* Consumes the next token from the JSON stream and asserts that it is the * 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 { public void endObject() throws IOException {
expect(JsonToken.END_OBJECT); expect(JsonToken.END_OBJECT);