Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
c7535af192
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