- Timestamp:
- 2020-10-23T22:20:22+02:00 (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r17123 r17260 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 2020 070600, Last Updated Mon Jul 6 07:07:022020 UTC299 // Taken from Version 2020102200, Last Updated Thu Oct 22 07:07:01 2020 UTC 300 300 "aaa", // aaa American Automobile Association, Inc. 301 301 "aarp", // aarp AARP … … 1222 1222 "sony", // sony Sony Corporation 1223 1223 "soy", // soy Charleston Road Registry Inc. 1224 "spa", // spa Asia Spa and Wellness Promotion Council Limited 1224 1225 "space", // space DotSpace Inc. 1225 1226 "sport", // sport Global Association of International Sports Federations (GAISF)
Note:
See TracChangeset
for help on using the changeset viewer.