Fix <>
This commit is contained in:
parent
8e7ca6feb5
commit
3b152fb3c1
1 changed files with 1 additions and 1 deletions
|
@ -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()) {
|
||||||
|
|
Loading…
Reference in a new issue