Changeset 18785 in josm


Ignore:
Timestamp:
2023-07-26T23:28:46+02:00 (11 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

    r18774 r18785  
    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 2023071000, Last Updated Mon Jul 10 07:07:02 2023 UTC
     299        // Taken from Version 2023072502, Last Updated Wed Jul 26 07:07:01 2023 UTC
    300300        "aaa", // aaa American Automobile Association, Inc.
    301301        "aarp", // aarp AARP
     
    12421242        "tickets", // tickets Accent Media Limited
    12431243        "tienda", // tienda Victor Manor, LLC
    1244         "tiffany", // tiffany Tiffany and Company
    12451244        "tips", // tips Corn Willow, LLC
    12461245        "tires", // tires Dog Edge, LLC
Note: See TracChangeset for help on using the changeset viewer.