Abydars / google-gson

Automatically exported from code.google.com/p/google-gson
0 stars 0 forks source link

Mistype in JavaDoc #486

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
JavaDoc for com.google.gson.stream.JsonReader#endObject reads:

/**
 * Consumes the next token from the JSON stream and asserts that it is  the
 * end of the current array.
 */

while I would expect something like

/**
 * Consumes the next token from the JSON stream and asserts that it is  the
 * end of the current object.
 */

version: 2.1

Original issue reported on code.google.com by kirill.s...@gmail.com on 10 Nov 2012 at 9:51

GoogleCodeExporter commented 9 years ago
This was fixed. Thanks.

Original comment by j...@squareup.com on 9 Aug 2014 at 6:16