Changeset 11768 in josm for trunk/src/org
- Timestamp:
- 2017-03-22T10:55:48+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/io/NmeaReader.java
r11746 r11768 415 415 return true; 416 416 417 } catch (IllegalArgumentException | IndexOutOfBoundsException ex) {417 } catch (IllegalArgumentException | IndexOutOfBoundsException | IllegalDataException ex) { 418 418 // out of bounds and such 419 419 Main.debug(ex);
Note:
See TracChangeset
for help on using the changeset viewer.