Ignore:
Timestamp:
11.03.2010 19:02:58 (2 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.