Changeset 19010 in josm


Ignore:
Timestamp:
2024-03-07T15:34:45+01:00 (2 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

    r18970 r19010  
    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 2024020800, Last Updated Thu Feb  8 07:07:01 2024 UTC
     299        // Taken from Version 2024030700, Last Updated Thu Mar  7 07:07:01 2024 UTC
    300300        "aaa", // aaa American Automobile Association, Inc.
    301301        "aarp", // aarp AARP
     
    717717        "grocery", // grocery Wal-Mart Stores, Inc.
    718718        "group", // group Romeo Town, LLC
    719         "guardian", // guardian The Guardian Life Insurance Company of America
    720719        "gucci", // gucci Guccio Gucci S.p.a.
    721720        "guge", // guge Charleston Road Registry Inc.
Note: See TracChangeset for help on using the changeset viewer.