- Timestamp:
- 2009-10-17T00:56:08+02:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/OsmPrimitive.java
r2291 r2293 400 400 */ 401 401 public void clearOsmId() { 402 this.id = 0;402 this.id = idCounter.getAndDecrement(); 403 403 this.version = 0; 404 404 this.incomplete = false;
Note:
See TracChangeset
for help on using the changeset viewer.