- Timestamp:
- 2017-05-01T00:31:23+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/Changeset.java
r11893 r12033 370 370 if (open != other.open) 371 371 return false; 372 if (tags == null) { 373 if (other.tags != null) 374 return false; 375 } else if (!tags.equals(other.tags)) 372 if (!tags.equals(other.tags)) 376 373 return false; 377 374 if (user == null) {
Note:
See TracChangeset
for help on using the changeset viewer.