Changeset 3115 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2010-03-11T19:02:58+01:00 (14 years ago)
Author:
Gubaer
Message:

added Serializable on SimplePrimitiveId, going to need for DnD in a plugin

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/SimplePrimitiveId.java

    r3083 r3115  
    22package org.openstreetmap.josm.data.osm;
    33
    4 public class SimplePrimitiveId implements PrimitiveId {
     4import java.io.Serializable;
    55
     6public class SimplePrimitiveId implements PrimitiveId, Serializable {
    67    private final long id;
    78    private final OsmPrimitiveType type;
Note: See TracChangeset for help on using the changeset viewer.