Change to string
This commit is contained in:
parent
f6547e3250
commit
696fa98fc8
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue