Changeset 14774 in josm


Ignore:
Timestamp:
2019-02-09T11:16:47+01:00 (5 years ago)
Author:
GerdP
Message:

fix #17298: customer -> customers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/tests/ConditionalKeys.java

    r14767 r14774  
    3232            "fee", "restriction"));
    3333    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"));
    3535    private static final Set<String> TRANSPORT_MODES = new HashSet<>(Arrays.asList("access", "foot", "ski", "inline_skates", "ice_skates",
    3636            "horse", "vehicle", "bicycle", "carriage", "trailer", "caravan", "motor_vehicle", "motorcycle", "moped", "mofa",
Note: See TracChangeset for help on using the changeset viewer.