Changeset 303 in josm for src/org/openstreetmap
- Timestamp:
- 2007-08-10T09:14:31+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/gui/layer/OsmDataLayer.java
r301 r303 30 30 import org.openstreetmap.josm.actions.SaveAction; 31 31 import org.openstreetmap.josm.actions.SaveAsAction; 32 import org.openstreetmap.josm.command.Command; 32 33 import org.openstreetmap.josm.data.coor.EastNorth; 33 34 import org.openstreetmap.josm.data.osm.DataSet; … … 88 89 89 90 /** 91 * @deprecated Use Main.main.undoRedo.add(...) instead. 92 */ 93 @Deprecated public void add(final Command c) { 94 Main.main.undoRedo.add(c); 95 } 96 97 /** 90 98 * The data behind this layer. 91 99 */
Note:
See TracChangeset
for help on using the changeset viewer.