Ignore:
Timestamp:
2010-12-16T19:47:50+01:00 (14 years ago)
Author:
malcolmh
Message:

focus action

Location:
applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/seamarks
Files:
1 added
1 copied

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/smed/plugs/oseam/src/oseam/seamarks/SeaMark.java

    r24762 r24778  
    1 //License: GPL. For details, see LICENSE file.
    2 // Copyright (c) 2009 / 2010 by Werner Koenig & Malcolm Herring
    3 
    4 package toms.seamarks;
     1package oseam.seamarks;
    52
    63import java.util.Iterator;
     
    96import org.openstreetmap.josm.command.ChangePropertyCommand;
    107import org.openstreetmap.josm.data.osm.Node;
    11 
    12 // Kommentar zur Ausprobe svn
    138
    149abstract public class SeaMark {
     
    145140         */
    146141
    147         /**
    148          * private Variablen
    149          */
     142        public abstract void setLightColour();
    150143
    151144        public abstract void paintSign();
Note: See TracChangeset for help on using the changeset viewer.