Changeset 18435 in josm
- Timestamp:
- 2022-04-25T17:04:13+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r18419 r18435 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 202 1102900, Last Updated FriOct 2907:07:01 2021UTC299 // Taken from Version 2022042200, Last Updated Fri Apr 22 07:07:01 2022 UTC 300 300 "aaa", // aaa American Automobile Association, Inc. 301 301 "aarp", // aarp AARP … … 834 834 "kfh", // kfh Kuwait Finance House 835 835 "kia", // kia KIA MOTORS CORPORATION 836 "kids", // kids DotKids Foundation Limited 836 837 "kim", // kim Afilias Limited 837 838 "kinder", // kinder Ferrero Trading Lux S.A.
Note:
See TracChangeset
for help on using the changeset viewer.