Changeset 10006 in josm for trunk/src/org/openstreetmap/josm/data/osm
- Timestamp:
- 2016-03-18T00:41:42+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/history/HistoryOsmPrimitive.java
r9371 r10006 180 180 } 181 181 182 /** 183 * Returns the changeset for this history primitive. 184 * @return the changeset for this history primitive 185 */ 182 186 public Changeset getChangeset() { 183 187 return changeset; 184 188 } 185 189 190 /** 191 * Sets the changeset for this history primitive. 192 * @param changeset the changeset for this history primitive 193 */ 186 194 public void setChangeset(Changeset changeset) { 187 195 this.changeset = changeset;
Note:
See TracChangeset
for help on using the changeset viewer.