Ignore:
Timestamp:
05.11.2007 02:49:25 (5 years ago)
Author:
framm
Message:
  • make coordinate class serializable (for use in wmsplugin)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/coor/Coordinate.java

    r298 r456  
    11// License: GPL. Copyright 2007 by Immanuel Scholz and others 
    22package org.openstreetmap.josm.data.coor; 
     3 
     4import java.io.Serializable; 
    35 
    46 
     
    1618 * @author imi 
    1719 */  
    18 abstract class Coordinate { 
     20abstract class Coordinate implements Serializable { 
    1921 
    2022        /** 
Note: See TracChangeset for help on using the changeset viewer.