Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
1f1d646777
1 changed files with 2 additions and 2 deletions
|
@ -271,11 +271,11 @@ public class RegionAddressRepositoryBinary implements RegionAddressRepository {
|
|||
}
|
||||
}
|
||||
|
||||
int initialize = citiesToFill.size();
|
||||
int initialSize = citiesToFill.size();
|
||||
if (/*name.length() >= 3 && */searchVillages) {
|
||||
citiesToFill.addAll(fillWithVillages(name, lang, resultMatcher));
|
||||
}
|
||||
log.debug("Loaded citites " + (citiesToFill.size() - initialize)); //$NON-NLS-1$
|
||||
log.debug("Loaded citites " + (citiesToFill.size() - initialSize)); //$NON-NLS-1$
|
||||
} catch (IOException e) {
|
||||
log.error("Disk operation failed", e); //$NON-NLS-1$
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue