This commit is contained in:
Alexey Kulish 2015-10-01 00:12:40 +03:00
parent 8e7ca6feb5
commit 3b152fb3c1

View file

@ -139,7 +139,7 @@ public class MapPoiTypes {
} }
public Map<String, PoiType> getAllTranslatedNames() { public Map<String, PoiType> getAllTranslatedNames() {
Map<String, PoiType> translation = new HashMap<>(); Map<String, PoiType> translation = new HashMap<String, PoiType>();
for(PoiCategory pc : categories) { for(PoiCategory pc : categories) {
for(PoiType pt : pc.getPoiTypes()) { for(PoiType pt : pc.getPoiTypes()) {
if(pt.isReference()) { if(pt.isReference()) {