Changeset 3115 in josm
- Timestamp:
- Mar 11, 2010 7:02:58 PM (3 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.
