- Timestamp:
- 2022-07-18T16:54:44+02:00 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/UnclosedWays.java
r18074 r18521 154 154 new UnclosedWaysCheck(1104, "sport", marktr("sport type {0}"), 155 155 new HashSet<>(Arrays.asList("water_slide", "climbing", "skiing", "toboggan", "bobsleigh", "karting", "motor", "motocross", 156 "cycling" ))),156 "cycling", "running"))), 157 157 new UnclosedWaysCheck(1105, "tourism", marktr("tourism type {0}"), 158 158 new HashSet<>(Arrays.asList("attraction", "artwork"))),
Note:
See TracChangeset
for help on using the changeset viewer.