Changeset 36134 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/ReconstructPolygonAction.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/ReconstructPolygonAction.java
r36132 r36134 174 174 candidateWay = tmp; 175 175 } 176 commands.add(DeleteCommand.delete(Collections.singleton(w))); 176 final Command deleteCommand = DeleteCommand.delete(Collections.singleton(w)); 177 if (deleteCommand != null) { 178 commands.add(deleteCommand); 179 } 177 180 } 178 181 }
Note:
See TracChangeset
for help on using the changeset viewer.
