Fix error

This commit is contained in:
Victor Shcherb 2016-05-17 23:29:32 +02:00
parent cd1b642848
commit 55a08c0496

View file

@ -109,7 +109,7 @@ public class City extends MapObject {
return type;
}
public Collection<Street> getStreets() {
public List<Street> getStreets() {
return listOfStreets;
}