mirror of
https://github.com/fankes/JSON-java-compat.git
synced 2025-09-06 10:45:23 +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.
|
||||
*/
|
||||
public void clear() {
|
||||
return this.map.clear();
|
||||
return this.myArrayList.clear();
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user