Changeset 1101 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2008-12-03T00:26:37+01:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/ChangePropertyCommand.java
r965 r1101 51 51 for (OsmPrimitive osm : objects) { 52 52 String val = osm.get(key); 53 if(val == null || !value.equals(val)) 54 { 53 if (val == null || !value.equals(val)) { 55 54 this.objects.add(osm); 56 55 }
Note:
See TracChangeset
for help on using the changeset viewer.