fix typo
This commit is contained in:
parent
616836cddf
commit
3dcb1f6403
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ public class RegionAddressRepositoryBinary implements RegionAddressRepository {
|
|||
|
||||
@Override
|
||||
public synchronized void addCityToPreloadedList(City city) {
|
||||
if (!cities.containsKey(city.getID())) {
|
||||
if (!cities.containsKey(city.getId())) {
|
||||
cities.put(city.getId(), city);
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue