Ignore:
Timestamp:
2018-05-21T18:08:10+02:00 (6 years ago)
Author:
Don-vip
Message:

add IPrimitive.visitReferrers(PrimitiveVisitor)

File:
1 edited

Legend:

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

    r13764 r13806  
    1313import java.util.Map;
    1414
     15import org.openstreetmap.josm.data.osm.visitor.PrimitiveVisitor;
    1516import org.openstreetmap.josm.gui.mappaint.StyleCache;
    1617
     
    170171
    171172    @Override
     173    public void visitReferrers(PrimitiveVisitor visitor) {
     174        // Override if needed
     175    }
     176
     177    @Override
    172178    public StyleCache getCachedStyle() {
    173179        return null;
Note: See TracChangeset for help on using the changeset viewer.