Changeset 34273 in osm for applications
- Timestamp:
- 2018-06-11T21:24:08+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/undelete/src/org/openstreetmap/josm/plugins/undelete/UndeleteAction.java
r33835 r34273 207 207 } 208 208 209 /**210 * // TODO: undelete relation members if necessary211 */212 209 public void undelete(boolean newLayer, final List<PrimitiveId> ids, final OsmPrimitive parent) { 213 210 211 // TODO: undelete relation members if necessary 214 212 Logging.info("Undeleting "+ids+(parent == null ? "" : " with parent "+parent)); 215 213
Note:
See TracChangeset
for help on using the changeset viewer.