mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 11:25:30 -04:00
update some javadoc
This commit is contained in:
parent
f37c2d67c5
commit
3c9573cc3d
@ -1242,12 +1242,12 @@ public class JSONArray implements Iterable<Object> {
|
|||||||
* Put an array's elements in to the JSONArray.
|
* Put an array's elements in to the JSONArray.
|
||||||
*
|
*
|
||||||
* @param array
|
* @param array
|
||||||
* Array. If the parameter passed is null, or not an array, an
|
* Array. If the parameter passed is null, or not an array or Iterable, an
|
||||||
* exception will be thrown.
|
* exception will be thrown.
|
||||||
* @return this.
|
* @return this.
|
||||||
*
|
*
|
||||||
* @throws JSONException
|
* @throws JSONException
|
||||||
* If not an array or if an array value is non-finite number.
|
* If not an array, JSONArray, Iterable or if an value is non-finite number.
|
||||||
* @throws NullPointerException
|
* @throws NullPointerException
|
||||||
* Thrown if the array parameter is null.
|
* Thrown if the array parameter is null.
|
||||||
*/
|
*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user