Changeset 32 in josm for src/org/openstreetmap/josm/data/osm/OsmPrimitive.java
- Timestamp:
- 2005-12-19T22:58:10+01:00 (19 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/org/openstreetmap/josm/data/osm/OsmPrimitive.java
r31 r32 32 32 public long id = 0; 33 33 34 /** 35 * <code>true</code>, if the object has been modified since it was loaded from 36 * the server. In this case, on next upload, this object will be updated. Deleted 37 * objects are deleted from the server, even if they are modified. If the objects 38 * are added (id=0), the modified is ignored and the object is added to the server. 39 */ 40 public boolean modified = false; 41 34 42 /** 35 43 * If set to true, this object is currently selected.
Note:
See TracChangeset
for help on using the changeset viewer.