Changeset 15294 in josm
- Timestamp:
- 2019-08-10T17:18:18+02:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r15284 r15294 296 296 // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search 297 297 private static final String[] GENERIC_TLDS = new String[] { 298 // Taken from Version 20190 20200, Last Updated Sat Feb 2 07:07:01 2019 UTCs298 // Taken from Version 2019081000, Last Updated Sat Aug 10 07:07:01 2019 UTC 299 299 "aaa", // aaa American Automobile Association, Inc. 300 300 "aarp", // aarp AARP … … 704 704 "gap", // gap The Gap, Inc. 705 705 "garden", // garden Top Level Domain Holdings Limited 706 "gay", // gay Top Level Design, LLC 706 707 "gbiz", // gbiz Charleston Road Registry Inc. 707 708 "gdn", // gdn Joint Stock Company "Navigation-information systems"
Note:
See TracChangeset
for help on using the changeset viewer.