Changeset 29535 in osm for applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/ReconstructPolygonAction.java
- Timestamp:
- 2013-04-23T13:43:26+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/reltoolbox/src/relcontext/actions/ReconstructPolygonAction.java
r28813 r29535 107 107 Way tmp = w; 108 108 w = candidateWay; 109 candidateWay = w;109 candidateWay = tmp; 110 110 } 111 111 commands.add(new DeleteCommand(w));
Note:
See TracChangeset
for help on using the changeset viewer.
