Changeset 14774 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2019-02-09T11:16:47+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/tests/ConditionalKeys.java
r14767 r14774 32 32 "fee", "restriction")); 33 33 private static final Set<String> RESTRICTION_VALUES = new HashSet<>(Arrays.asList("yes", "official", "designated", "destination", 34 "delivery", "customer ", "permissive", "private", "agricultural", "forestry", "no"));34 "delivery", "customers", "permissive", "private", "agricultural", "forestry", "no")); 35 35 private static final Set<String> TRANSPORT_MODES = new HashSet<>(Arrays.asList("access", "foot", "ski", "inline_skates", "ice_skates", 36 36 "horse", "vehicle", "bicycle", "carriage", "trailer", "caravan", "motor_vehicle", "motorcycle", "moped", "mofa",
Note:
See TracChangeset
for help on using the changeset viewer.