Change to string

This commit is contained in:
Victor Shcherb 2016-05-30 23:54:49 +02:00
parent f6547e3250
commit 696fa98fc8

View file

@ -149,7 +149,7 @@ public class Amenity extends MapObject {
@Override
public String toString() {
return type.toString() + " : " + subType + " "+ getName();
return type.getKeyName() + " : " + subType + " "+ getName();
}
public String getSite() {