Skip to content

Commit fde63ed

Browse files
authored
Update CityService.java
1 parent a7816a2 commit fde63ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/servlet/sendjson/CityService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
public class CityService {
99

10-
public static List<City> getCities() {
10+
public List<City> getCities() {
1111

1212
var cities = new ArrayList<City>();
1313

0 commit comments

Comments
 (0)