refactored some code
This commit is contained in:
parent
14a0f60bca
commit
c4e519ac91
1 changed files with 1 additions and 1 deletions
|
@ -360,7 +360,7 @@ public class AppInitializer implements IProgress {
|
||||||
@Override
|
@Override
|
||||||
public String getSynonyms(AbstractPoiType type) {
|
public String getSynonyms(AbstractPoiType type) {
|
||||||
if(type.getBaseLangType() != null) {
|
if(type.getBaseLangType() != null) {
|
||||||
return getSynonyms(type.getBaseLangType());
|
return getSynonyms(type.getIconKeyName());
|
||||||
}
|
}
|
||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue