Changeset 9295 in josm for trunk/src


Ignore:
Timestamp:
2016-01-04T00:36:28+01:00 (9 years ago)
Author:
simon04
Message:

Fixup r9293

File:
1 edited

Legend:

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

    r9293 r9295  
    15111511        for (Way w : ways) {
    15121512            final Way wayWithoutTags = new Way(w);
    1513             w.removeAll();
     1513            wayWithoutTags.removeAll();
    15141514            cmds.add(new ChangeCommand(w, wayWithoutTags));
    15151515        }
Note: See TracChangeset for help on using the changeset viewer.