mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-07 03:06:03 +08:00
Update JSONArray.java
This commit is contained in:
@@ -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();
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user