Changeset 35848 in osm for applications/editors/josm/plugins/undelete
- Timestamp:
- 2021-11-04T16:29:25+01:00 (3 years ago)
- Location:
- applications/editors/josm/plugins/undelete
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/undelete/build.xml
r35521 r35848 4 4 <property name="commit.message" value="adapt to core changes (backwards compatible)"/> 5 5 <!-- enter the *lowest* JOSM version this plugin is currently compatible with --> 6 <property name="plugin.main.version" value="1 6205"/>6 <property name="plugin.main.version" value="17838"/> 7 7 8 8 <property name="plugin.author" value="Nakor"/> -
applications/editors/josm/plugins/undelete/src/org/openstreetmap/josm/plugins/undelete/UndeleteAction.java
r35474 r35848 187 187 if (hPrimitive2 != null) { 188 188 primitive.setChangesetId((int) hPrimitive1.getChangesetId()); 189 primitive.set Timestamp(hPrimitive1.getTimestamp());189 primitive.setInstant(hPrimitive1.getInstant()); 190 190 primitive.setUser(hPrimitive1.getUser()); 191 191 primitive.setVisible(hPrimitive1.isVisible());
Note:
See TracChangeset
for help on using the changeset viewer.