- Timestamp:
- 2017-12-28T22:12:45+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageEntry.java
r13220 r13256 456 456 457 457 /** 458 * Queries whether the GPS data changed. 458 * Queries whether the GPS data changed. The flag value from the temporary 459 * copy is returned if that copy exists. 459 460 * @return {@code true} if GPS data changed, {@code false} otherwise 460 461 * @since 6392 461 462 */ 462 463 public boolean hasNewGpsData() { 464 if (tmp != null) 465 return tmp.isNewGpsData; 463 466 return isNewGpsData; 464 467 }
Note:
See TracChangeset
for help on using the changeset viewer.