Changeset 2932 in josm for trunk/src/org/openstreetmap/josm/data/osm/Relation.java
- Timestamp:
- 03.02.2010 22:53:24 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/Relation.java
r2623 r2932 172 172 173 173 /** 174 * Creates new completerelation174 * Creates new relation 175 175 * @param id 176 176 * @param version 177 177 */ 178 178 public Relation(long id, int version) { 179 super(id, false); 180 setOsmId(id, version); 179 super(id, version, false); 181 180 } 182 181
Note: See TracChangeset
for help on using the changeset viewer.
