mirror of
https://github.com/ethauvin/JSON-java.git
synced 2025-06-17 07:50:52 -07:00
cleanup of minor warnings
This commit is contained in:
parent
a63fa03062
commit
bc347d2c19
4 changed files with 4 additions and 5 deletions
|
@ -1491,7 +1491,7 @@ public class JSONArray implements Iterable<Object> {
|
|||
* @return true if JSONArray is empty, otherwise false.
|
||||
*/
|
||||
public boolean isEmpty() {
|
||||
return myArrayList.isEmpty();
|
||||
return this.myArrayList.isEmpty();
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue