Changeset 456 in josm for trunk/src


Ignore:
Timestamp:
2007-11-05T02:49:25+01:00 (18 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.