Merge remote-tracking branch 'origin/master'

This commit is contained in:
Weblate 2015-09-29 23:15:50 +02:00
commit c7535af192

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;