Changeset 9293 in josm


Ignore:
Timestamp:
2016-01-04T00:33:35+01:00 (8 years ago)
Author:
simon04
Message:

Fixup r9290

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/actions/JoinAreasAction.java

    r9290 r9293  
    15101510    private void stripTags(Collection<Way> ways) {
    15111511        for (Way w : ways) {
     1512            final Way wayWithoutTags = new Way(w);
    15121513            w.removeAll();
     1514            cmds.add(new ChangeCommand(w, wayWithoutTags));
    15131515        }
    15141516        /* I18N: current action printed in status display */
Note: See TracChangeset for help on using the changeset viewer.