Ignore:
Timestamp:
2008-12-03T00:26:37+01:00 (16 years ago)
Author:
framm
Message:

fix tag corrector to allow the swapping of keys between two tags. fixes #1812.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/command/ChangePropertyCommand.java

    r965 r1101  
    5151                        for (OsmPrimitive osm : objects) {
    5252                                String val = osm.get(key);
    53                                 if(val == null || !value.equals(val))
    54                                 {
     53                                if (val == null || !value.equals(val)) {
    5554                                        this.objects.add(osm);
    5655                                }
Note: See TracChangeset for help on using the changeset viewer.