Changeset 25701 in osm for applications/editors/josm/plugins/public_transport/src
- Timestamp:
- 2011-03-25T02:15:00+01:00 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/public_transport/src/public_transport/GTFSStopTableModel.java
r23192 r25701 46 46 while (pos > -1) 47 47 { 48 String title = columnConfig.substring(oldPos, pos);48 String title = stripQuot(columnConfig.substring(oldPos, pos)); 49 49 if ("stop_id".equals(title)) 50 50 idCol = i;
Note:
See TracChangeset
for help on using the changeset viewer.