DonaldDu / google-gson

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

Fix Javadoc for JsonReader.endObject() #423

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The Javadoc for endObject() appears to be copied from endArray(), and so states:
          Consumes the next token from the JSON stream and asserts that it is the end of the current array.

Rather than:

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

Original issue reported on code.google.com by megbec...@gmail.com on 23 Mar 2012 at 3:24

GoogleCodeExporter commented 9 years ago

Original comment by limpbizkit on 11 Apr 2012 at 8:42

GoogleCodeExporter commented 9 years ago
This issue was closed by revision r1136.

Original comment by limpbizkit on 12 Apr 2012 at 6:09