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