Changeset 343 in josm for trunk/src/org/openstreetmap/josm/command/AddCommand.java
- Timestamp:
- 2007-10-07T13:20:27+02:00 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/command/AddCommand.java
r304 r343 12 12 import org.openstreetmap.josm.Main; 13 13 import org.openstreetmap.josm.data.osm.DataSet; 14 import org.openstreetmap.josm.data.osm.Relation; 14 15 import org.openstreetmap.josm.data.osm.OsmPrimitive; 15 16 import org.openstreetmap.josm.data.osm.visitor.AddVisitor; … … 22 23 * A command that adds an osm primitive to a dataset. Keys cannot be added this 23 24 * way. Use ChangeKeyValueCommand instead. 25 * 26 * See ChangeCommand for comments on relation back references. 24 27 * 25 28 * @author imi
Note:
See TracChangeset
for help on using the changeset viewer.
