Fix error
This commit is contained in:
parent
cd1b642848
commit
55a08c0496
1 changed files with 1 additions and 1 deletions
|
@ -109,7 +109,7 @@ public class City extends MapObject {
|
|||
return type;
|
||||
}
|
||||
|
||||
public Collection<Street> getStreets() {
|
||||
public List<Street> getStreets() {
|
||||
return listOfStreets;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue