Update OsmandRegions.java
This commit is contained in:
parent
0f0edb1e4c
commit
579659065a
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue