Changeset 18803 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2023-08-09T22:24:34+02:00 (15 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r18791 r18803 297 297 // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search 298 298 private static final String[] GENERIC_TLDS = { 299 // Taken from Version 2023080 700, Last Updated Mon Aug 707:07:01 2023 UTC299 // Taken from Version 2023080900, Last Updated Wed Aug 9 07:07:01 2023 UTC 300 300 "aaa", // aaa American Automobile Association, Inc. 301 301 "aarp", // aarp AARP … … 975 975 "nissay", // nissay Nippon Life Insurance Company 976 976 "nokia", // nokia Nokia Corporation 977 "northwesternmutual", // northwesternmutual Northwestern Mutual Registry, LLC978 977 "norton", // norton Symantec Corporation 979 978 "now", // now Amazon Registry Service, Inc.
Note:
See TracChangeset
for help on using the changeset viewer.