Changeset 17413 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2020-12-17T09:43:16+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/DirectionNodes.java
r17412 r17413 92 92 marktr("Node with {0} on end of way"), tag); 93 93 } 94 } else { // ways.size() > 194 } else if (ways.size() > 1) { 95 95 builder = TestError.builder(this, Severity.OTHER, MULTIPLE_WAYS_CODE).message(DISPUTED_USE_MSG, 96 96 marktr("Node with {0} on a connection of multiple ways"), tag);
Note:
See TracChangeset
for help on using the changeset viewer.