Ignore:
Timestamp:
2009-08-10T08:04:20+02:00 (15 years ago)
Author:
Gubaer
Message:

applied #3235: patch by Daeron: Visitor implementation doesn't belong to Way

File:
1 edited

Legend:

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

    r1934 r1946  
    9999        isMappaintArea = false;
    100100        mappaintDrawnAreaCode = 0;
    101     }
    102 
    103     public void visitNodes(Visitor v) {
    104         if (incomplete) return;
    105         for (Node n : this.nodes) {
    106             v.visit(n);
    107         }
    108101    }
    109102
Note: See TracChangeset for help on using the changeset viewer.