Changeset 18915 in josm


Ignore:
Timestamp:
2023-12-18T12:40:22+01:00 (6 months ago)
Author:
taylor.smock
Message:

remove TLD from IANA

File:
1 edited

Legend:

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

    r18902 r18915  
    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 2023101900, Last Updated Thu Oct 19 07:07:01 2023 UTC
     299        // Taken from Version 2023121800, Last Updated Mon Dec 18 07:07:01 2023 UTC
    300300        "aaa", // aaa American Automobile Association, Inc.
    301301        "aarp", // aarp AARP
     
    11211121        "sbi", // sbi STATE BANK OF INDIA
    11221122        "sbs", // sbs SPECIAL BROADCASTING SERVICE CORPORATION
    1123         "sca", // sca SVENSKA CELLULOSA AKTIEBOLAGET SCA (publ)
    11241123        "scb", // scb The Siam Commercial Bank Public Company Limited ("SCB")
    11251124        "schaeffler", // schaeffler Schaeffler Technologies AG & Co. KG
Note: See TracChangeset for help on using the changeset viewer.