Merge branch '2.0.x'

This commit is contained in:
Stephane Nicoll
2018-07-13 07:55:59 +02:00
3 changed files with 4 additions and 4 deletions

View File

@@ -405,7 +405,7 @@ public class JSONArray {
* @param index the index to get the value from
* @return the {@code value}
* @throws JSONException if the value at {@code index} doesn't exist or cannot be
* coerced to a int.
* coerced to an int.
*/
public int getInt(int index) throws JSONException {
Object object = get(index);