This commit is contained in:
sonora 2015-01-16 20:43:38 +01:00
parent 616836cddf
commit 3dcb1f6403

View file

@ -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);
}
}