Changeset 3115 in josm


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