- Timestamp:
- 2020-03-22T11:17:24+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/LongSegment.java
r15093 r16192 47 47 @Override 48 48 public void visit(Node n) { 49 if (!partialSelection) 50 return; 51 49 52 // Test all way segments around this node. 50 53 // If there is an error in the unchanged part of the way, we do not need to warn the user about it.
Note:
See TracChangeset
for help on using the changeset viewer.