Changeset 14625 in josm
- Timestamp:
- 2019-01-01T02:07:01+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/gui/layer/geoimage/ImageEntry.java
r14212 r14625 21 21 */ 22 22 public ImageEntry() { 23 } 24 25 /** 26 * Constructs a new {@code ImageEntry} from an existing instance. 27 * @param other existing instance 28 * @since 14625 29 */ 30 public ImageEntry(ImageEntry other) { 31 super(other); 32 thumbnail = other.thumbnail; 23 33 } 24 34
Note:
See TracChangeset
for help on using the changeset viewer.