Changeset 10521 in osm for applications
- Timestamp:
- 2008-09-06T21:53:43+02:00 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/UnconnectedWays.java
r10520 r10521 72 72 { 73 73 errors.add(new TestError(this, Severity.WARNING, 74 tr(" Unconnected way end node near other way"), UNCONNECTED_WAYS,74 tr("Way end node near other way"), UNCONNECTED_WAYS, 75 75 Arrays.asList(error.getKey(), error.getValue()))); 76 76 } … … 93 93 { 94 94 errors.add(new TestError(this, Severity.WARNING, 95 tr(" Unconnected way node near other way"), UNCONNECTED_WAYS,95 tr("Way node near other way"), UNCONNECTED_WAYS, 96 96 Arrays.asList(error.getKey(), error.getValue()))); 97 97 }
Note:
See TracChangeset
for help on using the changeset viewer.