Changeset 7509 in josm for trunk/src/org/openstreetmap/josm/command
- Timestamp:
- 2014-09-07T16:33:52+02:00 (10 years ago)
- Location:
- trunk/src/org/openstreetmap/josm/command
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/ChangePropertyKeyCommand.java
r7005 r7509 45 45 this(Collections.singleton(object), key, newKey); 46 46 } 47 47 48 48 /** 49 49 * Constructs a new {@code ChangePropertyKeyCommand}. -
trunk/src/org/openstreetmap/josm/command/conflict/DeletedStateConflictResolveCommand.java
r6887 r7509 71 71 return true; 72 72 } 73 73 74 74 private void deleteMy() { 75 75 Set<OsmPrimitive> referrers = getLayer().data.unlinkReferencesToPrimitive(conflict.getMy());
Note:
See TracChangeset
for help on using the changeset viewer.