Changeset 35204 in osm for applications/editors
- Timestamp:
- 2019-10-27T14:19:51+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/turnlanes/src/org/openstreetmap/josm/plugins/turnlanes/model/Validator.java
r34994 r35204 354 354 355 355 return issues; 356 } catch (UnexpectedDataException e) {356 } catch (UnexpectedDataException | IllegalArgumentException e) { 357 357 issues.add(Issue.newError(r, e.getMessage())); 358 358 return issues;
Note:
See TracChangeset
for help on using the changeset viewer.