Changeset 33040 in osm
- Timestamp:
- 2016-10-29T00:52:17+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/opendata/src/org/openstreetmap/josm/plugins/opendata/core/io/tabular/CsvImporter.java
r32545 r33040 35 35 try { 36 36 return CsvReader.parseDataSet(in, handler, instance); 37 } catch (IOException e) {37 } catch (IOException | IllegalArgumentException e) { 38 38 throw new IllegalDataException(e); 39 39 }
Note:
See TracChangeset
for help on using the changeset viewer.