Ignore:
Timestamp:
2011-05-29T21:04:54+02:00 (15 years ago)
Author:
bastiK
Message:

use IPrimitive to make upload code work for both OsmPrimitive and PrimitiveData

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/osm/NameFormatter.java

    r4070 r4100  
    55
    66public interface NameFormatter {
    7     String format(Node node);
    8     String format(Way way);
    9     String format(Relation relation);
     7    String format(INode node);
     8    String format(IWay way);
     9    String format(IRelation relation);
    1010    String format(Changeset changeset);
    1111
Note: See TracChangeset for help on using the changeset viewer.