refactored some code

This commit is contained in:
Chumva 2018-03-19 15:35:55 +02:00
parent 14a0f60bca
commit c4e519ac91

View file

@ -360,7 +360,7 @@ public class AppInitializer implements IProgress {
@Override
public String getSynonyms(AbstractPoiType type) {
if(type.getBaseLangType() != null) {
return getSynonyms(type.getBaseLangType());
return getSynonyms(type.getIconKeyName());
}
return "";
}