Changeset 19369 in josm
- Timestamp:
- 2025-03-29T21:08:34+01:00 (2 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/GeoImageLayer.java
r19123 r19369 864 864 * @return the gpxCorrelateAction 865 865 */ 866 public CorrelateGpxWithImages getGpxCorrelateAction() { 866 public synchronized CorrelateGpxWithImages getGpxCorrelateAction() { 867 867 if (gpxCorrelateAction == null) { 868 868 gpxCorrelateAction = new CorrelateGpxWithImages(this);
Note:
See TracChangeset
for help on using the changeset viewer.