Changeset 19405 in josm for trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
- Timestamp:
- 2025-05-15T19:21:47+02:00 (7 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r19358 r19405 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 20250 32000, Last Updated Thu Mar 2007:07:012025 UTC299 // Taken from Version 2025051500, Last Updated Thu May 15 07:07:02 2025 UTC 300 300 "aaa", // aaa American Automobile Association, Inc. 301 301 "aarp", // aarp AARP … … 395 395 "beauty", // beauty XYZ.COM LLC 396 396 "beer", // beer Registry Services, LLC 397 "bentley", // bentley Bentley Motors Limited398 397 "berlin", // berlin dotBERLIN GmbH & Co. KG 399 398 "best", // best BestTLD Pty Ltd … … 831 830 "lamborghini", // lamborghini Automobili Lamborghini S.p.A. 832 831 "lamer", // lamer The Estée Lauder Companies Inc. 833 "lancaster", // lancaster LANCASTER834 832 "land", // land Binky Moon, LLC 835 833 "landrover", // landrover Jaguar Land Rover Ltd
Note:
See TracChangeset
for help on using the changeset viewer.