- Timestamp:
- 2017-11-20T19:24:54+01:00 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/UnclosedWays.java
r11159 r13138 136 136 // CHECKSTYLE.OFF: SingleSpaceSeparator 137 137 new UnclosedWaysCheck(1101, "natural", marktr("natural type {0}"), 138 new HashSet<>(Arrays.asList("cave", "coastline", "cliff", "tree_row", "ridge", "valley", "arete", "gorge"))), 138 new HashSet<>(Arrays.asList("cave", "coastline", "cliff", "tree_row", "ridge", "valley", "arete", "gorge", "gully"))), 139 139 new UnclosedWaysCheck(1102, "landuse", marktr("landuse type {0}")), 140 140 new UnclosedWaysCheck(1103, "amenities", marktr("amenities type {0}")),
Note:
See TracChangeset
for help on using the changeset viewer.