- Timestamp:
- 2019-07-07T16:55:06+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/gpx/GpxImageEntry.java
r15219 r15225 430 430 return Objects.hash(height, width, isNewGpsData, 431 431 elevation, exifCoor, exifGpsTime, exifImgDir, exifOrientation, exifTime, 432 iptcCaption, iptcHeadline, iptcKeywords, iptcObjectName, 432 433 file, gpsTime, pos, speed, tmp); 433 434 } … … 449 450 && Objects.equals(exifOrientation, other.exifOrientation) 450 451 && Objects.equals(exifTime, other.exifTime) 452 && Objects.equals(iptcCaption, other.iptcCaption) 453 && Objects.equals(iptcHeadline, other.iptcHeadline) 454 && Objects.equals(iptcKeywords, other.iptcKeywords) 455 && Objects.equals(iptcObjectName, other.iptcObjectName) 451 456 && Objects.equals(file, other.file) 452 457 && Objects.equals(gpsTime, other.gpsTime)
Note:
See TracChangeset
for help on using the changeset viewer.