Changeset 33 in josm for src/org/openstreetmap/josm/command
- Timestamp:
- 2005-12-22T01:32:33+01:00 (20 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/command/ChangeKeyValueCommand.java
r32 r33 56 56 oldProperties.add(osm.keys == null ? null : new HashMap<Key, String>(osm.keys)); 57 57 oldModified.add(osm.modified); 58 osm.modified = true; 58 59 } 59 60 60 61 if (value == null) { 61 62 for (OsmPrimitive osm : objects) {
Note:
See TracChangeset
for help on using the changeset viewer.
