Changeset 36134 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/TheRing.java
- Timestamp:
- 2023-09-07T18:20:01+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/TheRing.java
r36132 r36134 399 399 } 400 400 if (!foundOwnWay) { 401 commands.add(DeleteCommand.delete(Collections.singleton(source))); 401 final Command deleteCommand = DeleteCommand.delete(Collections.singleton(source)); 402 if (deleteCommand != null) { 403 commands.add(deleteCommand); 404 } 402 405 } 403 406 commands.addAll(relationCommands);
Note:
See TracChangeset
for help on using the changeset viewer.
