mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-03 03:15:32 -04:00
Update JSONArray.java
This commit is contained in:
parent
57ad94ef5e
commit
d85eea53bb
@ -572,7 +572,7 @@ public class JSONArray implements Iterable<Object> {
|
|||||||
* The JSONArray will be empty after this call returns.
|
* The JSONArray will be empty after this call returns.
|
||||||
*/
|
*/
|
||||||
public void clear() {
|
public void clear() {
|
||||||
return this.map.clear();
|
return this.myArrayList.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
x
Reference in New Issue
Block a user