Changeset 17260 in josm for trunk/src


Ignore:
Timestamp:
2020-10-23T22:20:22+02:00 (4 years ago)
Author:
Klumbumbus
Message:

fix #19989 - update TLD from IANA

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java

    r17123 r17260  
    297297    // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search
    298298    private static final String[] GENERIC_TLDS = {
    299         // Taken from Version 2020070600, Last Updated Mon Jul  6 07:07:02 2020 UTC
     299        // Taken from Version 2020102200, Last Updated Thu Oct 22 07:07:01 2020 UTC
    300300        "aaa", // aaa American Automobile Association, Inc.
    301301        "aarp", // aarp AARP
     
    12221222        "sony", // sony Sony Corporation
    12231223        "soy", // soy Charleston Road Registry Inc.
     1224        "spa", // spa Asia Spa and Wellness Promotion Council Limited
    12241225        "space", // space DotSpace Inc.
    12251226        "sport", // sport Global Association of International Sports Federations (GAISF)
Note: See TracChangeset for help on using the changeset viewer.