- Timestamp:
- 2016-05-29T14:13:40+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10290 r10298 290 290 // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search 291 291 private static final String[] GENERIC_TLDS = new String[] { 292 // Taken from Version 2016052 800, Last Updated Sat May 2807:07:01 2016 UTC292 // Taken from Version 2016052900, Last Updated Sun May 29 07:07:01 2016 UTC 293 293 "aaa", // aaa American Automobile Association, Inc. 294 294 "aarp", // aarp AARP … … 813 813 "markets", // markets DOTMARKETS REGISTRY LTD 814 814 "marriott", // marriott Marriott Worldwide Corporation 815 "mattel", // mattel Mattel Sites, Inc. 815 816 "mba", // mba Lone Hollow, LLC 816 817 "med", // med Medistry LLC … … 861 862 "net", // net VeriSign Global Registry Services 862 863 "netbank", // netbank COMMONWEALTH BANK OF AUSTRALIA 864 "netflix", // netflix Netflix, Inc. 863 865 "network", // network Trixy Manor, LLC 864 866 "neustar", // neustar NeuStar, Inc.
Note:
See TracChangeset
for help on using the changeset viewer.