fix: redefine scope

This commit is contained in:
Martin Eyben 2024-11-19 11:51:15 +01:00
parent 1f582b18f4
commit 1548da7b4b

View File

@ -12,7 +12,7 @@ import org.json.JSONObject;
import eirb.pg203.utils.Coords;
class City {
public class City {
private String cityName;
private Coords cityCoords;