Changeset 18711 in osm for applications/editors/josm/plugins/validator/src
- Timestamp:
- 2009-11-20T09:07:00+01:00 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
applications/editors/josm/plugins/validator/src/org/openstreetmap/josm/plugins/validator/tests/Coastlines.java
r18453 r18711 118 118 119 119 if (highlight.size() > 0) 120 errors.add(new TestError(this, Severity.ERROR, tr("Unconn ceted coastline"),120 errors.add(new TestError(this, Severity.ERROR, tr("Unconnected coastline"), 121 121 UNCONNECTED_COASTLINE, primitives, highlight)); 122 122 }
Note:
See TracChangeset
for help on using the changeset viewer.