Changeset 17415 in josm for trunk/src/org
- Timestamp:
- 2020-12-17T14:46:46+01:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/DirectionNodes.java
r17413 r17415 45 45 if (("forward".equals(tag.getValue()) || "backward".equals(tag.getValue())) 46 46 && ("direction".equals(tag.getKey()) || tag.getKey().endsWith(":direction"))) { 47 checkParents(n, tag. toString());47 checkParents(n, tag.getKey() + "=forward|backbard"); 48 48 } 49 49 }
Note:
See TracChangeset
for help on using the changeset viewer.