Update OsmandRegions.java

This commit is contained in:
vshcherb 2015-09-29 23:14:05 +02:00
parent 0f0edb1e4c
commit 579659065a

View file

@ -49,7 +49,7 @@ public class OsmandRegions {
QuadTree<String> quadTree = null ;
public Map<String, String> getFullNamesToLowercaseCopy() {
return new HashMap<>(fullNamesToLowercaseIndex);
return new HashMap<String, String>(fullNamesToLowercaseIndex);
}
Integer parentFullName = null;