Skip to content

Commit 3c9573c

Browse files
author
John J. Aylward
committed
update some javadoc
1 parent f37c2d6 commit 3c9573c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/main/java/org/json/JSONArray.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1242,12 +1242,12 @@ public JSONArray putAll(JSONArray array) {
12421242
* Put an array's elements in to the JSONArray.
12431243
*
12441244
* @param array
1245-
* Array. If the parameter passed is null, or not an array, an
1245+
* Array. If the parameter passed is null, or not an array or Iterable, an
12461246
* exception will be thrown.
12471247
* @return this.
12481248
*
12491249
* @throws JSONException
1250-
* If not an array or if an array value is non-finite number.
1250+
* If not an array, JSONArray, Iterable or if an value is non-finite number.
12511251
* @throws NullPointerException
12521252
* Thrown if the array parameter is null.
12531253
*/

0 commit comments

Comments
 (0)