Bug 873338 - JavaDoc and checkstyle warnings. r=trivial

This commit is contained in:
Richard Newman
2013-05-22 10:23:29 -07:00
parent 05b18140dc
commit f3d71429ca
4 changed files with 3 additions and 8 deletions

View File

@@ -115,7 +115,7 @@ public class ExtendedJSONObject {
/**
* Helper method to get a JSON object from a stream.
*
* @param jsonString input.
* @param in input {@link Reader}.
* @throws ParseException
* @throws IOException
* @throws NonArrayJSONException if the object is valid JSON, but not an object.