Changeset 33449 in osm for applications/editors/josm
- Timestamp:
- 2017-07-16T01:45:09+02:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/pt_assistant/src/org/openstreetmap/josm/plugins/pt_assistant/validation/SegmentChecker.java
r33429 r33449 599 599 600 600 if (testError.getCode() == PTAssistantValidatorTest.ERROR_CODE_STOP_BY_STOP) { 601 return true; 601 return !"PT: Problem in the route segment with no automatic fix".equals( 602 testError.getMessage()); 602 603 } 603 604
Note:
See TracChangeset
for help on using the changeset viewer.