Changeset 5171 in josm for trunk/src/org/openstreetmap/josm/data
- Timestamp:
- 2012-04-06T15:56:23+02:00 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/history/History.java
r4724 r5171 160 160 * @return the primitive id 161 161 */ 162 public PrimitiveId getPrimit miveId() {162 public PrimitiveId getPrimitiveId() { 163 163 return new SimplePrimitiveId(id, type); 164 164 }
Note:
See TracChangeset
for help on using the changeset viewer.