Fix POI compare
This commit is contained in:
parent
29da2d9cb4
commit
9da013b3f8
1 changed files with 1 additions and 0 deletions
|
@ -274,6 +274,7 @@ public class Amenity extends MapObject {
|
|||
Algorithms.objectEquals(getLocation(), thatObj.getLocation()) &&
|
||||
Algorithms.objectEquals(this.subType, thatObj.subType) &&
|
||||
Algorithms.objectEquals(this.additionalInfo, thatObj.additionalInfo) &&
|
||||
Algorithms.objectEquals(this.getName(), thatObj.getName()) &&
|
||||
Algorithms.objectEquals(this.getNamesMap(true), thatObj.getNamesMap(true))) {
|
||||
return true;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue