- Timestamp:
- 2016-01-04T00:33:35+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/actions/JoinAreasAction.java
r9290 r9293 1510 1510 private void stripTags(Collection<Way> ways) { 1511 1511 for (Way w : ways) { 1512 final Way wayWithoutTags = new Way(w); 1512 1513 w.removeAll(); 1514 cmds.add(new ChangeCommand(w, wayWithoutTags)); 1513 1515 } 1514 1516 /* I18N: current action printed in status display */
Note:
See TracChangeset
for help on using the changeset viewer.