mirror of
https://github.com/stleary/JSON-java.git
synced 2025-08-02 19:15:27 -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.
|
||||
*/
|
||||
public void clear() {
|
||||
return this.map.clear();
|
||||
return this.myArrayList.clear();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user