Ignore:
Timestamp:
2015-06-03T03:43:56+02:00 (11 years ago)
Author:
Don-vip
Message:

fix #11493 - Wrong warning in validation of roundabouts (regression, partial revert of r8390)

File:
1 edited

Legend:

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

    r8390 r8454  
    4343     * Classified highways in order of importance
    4444     */
    45     private static final Set<String> CLASSIFIED_HIGHWAYS = new HashSet<>(Arrays.asList(
     45    private static final List<String> CLASSIFIED_HIGHWAYS = Arrays.asList(
    4646            "motorway",  "motorway_link",
    4747            "trunk",     "trunk_link",
     
    5151            "unclassified",
    5252            "residential",
    53             "living_street"));
     53            "living_street");
    5454
    5555    private static final Set<String> KNOWN_SOURCE_MAXSPEED_CONTEXTS = new HashSet<>(Arrays.asList(
Note: See TracChangeset for help on using the changeset viewer.