Ignore:
Timestamp:
2010-09-10T17:30:01+02:00 (14 years ago)
Author:
roland
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • applications/editors/josm/plugins/public_transport/src/public_transport/GTFSStopTableModel.java

    r23094 r23095  
    138138  public void insertRow(int insPos, String s, Vector< Node > existingStops)
    139139  {
    140     System.out.println("insertRow(" + insPos + ", [" + s + "], ..)");
    141 
    142140    String[] buf = { "", "", "pending" };
    143141    int pos = tokenize(s, 0);
     
    148146    while (pos > -1)
    149147    {
    150       System.out.println("[" + stripQuot(s.substring(oldPos, pos)) + "]");
    151 
    152148      if (i == idCol)
    153149        buf[0] = stripQuot(s.substring(oldPos, pos));
Note: See TracChangeset for help on using the changeset viewer.