Changeset 3115 in josm
- Timestamp:
- 2010-03-11T19:02:58+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/osm/SimplePrimitiveId.java
r3083 r3115 2 2 package org.openstreetmap.josm.data.osm; 3 3 4 public class SimplePrimitiveId implements PrimitiveId { 4 import java.io.Serializable; 5 5 6 public class SimplePrimitiveId implements PrimitiveId, Serializable { 6 7 private final long id; 7 8 private final OsmPrimitiveType type;
Note:
See TracChangeset
for help on using the changeset viewer.