- Timestamp:
- 2016-01-04T00:36:28+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/JoinAreasAction.java
r9293 r9295 1511 1511 for (Way w : ways) { 1512 1512 final Way wayWithoutTags = new Way(w); 1513 w.removeAll(); 1513 wayWithoutTags.removeAll(); 1514 1514 cmds.add(new ChangeCommand(w, wayWithoutTags)); 1515 1515 }
Note:
See TracChangeset
for help on using the changeset viewer.