Changeset 15562 in josm for trunk/src/org/openstreetmap


Ignore:
Timestamp:
2019-12-07T22:29:42+01:00 (5 years ago)
Author:
Klumbumbus
Message:

update TLD from IANA

File:
1 edited

Legend:

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

    r15544 r15562  
    296296    // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search
    297297    private static final String[] GENERIC_TLDS = new String[] {
    298         // Taken from Version 2019092301, Last Updated Tue Sep 24 07:07:01 2019 UTC
     298        // Taken from Version 2019120700, Last Updated Sat Dec  7 07:07:01 2019 UTC
    299299        "aaa", // aaa American Automobile Association, Inc.
    300300        "aarp", // aarp AARP
     
    899899        "lixil", // lixil LIXIL Group Corporation
    900900        "llc", // llc Afilias plc
     901        "llp", // llp Dot Registry LLC
    901902        "loan", // loan dot Loan Limited
    902903        "loans", // loans June Woods, LLC
Note: See TracChangeset for help on using the changeset viewer.