mirror of
https://github.com/stleary/JSON-java.git
synced 2026-05-18 00:00:50 -04:00
cleanup of minor warnings
This commit is contained in:
+1
-1
@@ -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();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user