Changeset 343 in josm for trunk/src/org/openstreetmap/josm/data/osm/Node.java
- Timestamp:
- 2007-10-07T13:20:27+02:00 (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/Node.java
r298 r343 18 18 public volatile EastNorth eastNorth; 19 19 20 /** 21 * Create an incomplete Node object 22 */ 23 public Node(long id) { 24 this.id = id; 25 incomplete = true; 26 } 27 20 28 /** 21 29 * Create an identical clone of the argument (including the id)
Note:
See TracChangeset
for help on using the changeset viewer.
