- Timestamp:
- 2019-09-25T12:13:31+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r15346 r15372 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 201909 1200, Last Updated Thu Sep 1207:07:022019 UTC298 // Taken from Version 2019092301, Last Updated Tue Sep 24 07:07:01 2019 UTC 299 299 "aaa", // aaa American Automobile Association, Inc. 300 300 "aarp", // aarp AARP … … 544 544 "coupons", // coupons Black Island, LLC 545 545 "courses", // courses OPEN UNIVERSITIES AUSTRALIA PTY LTD 546 "cpa", // cpa American Institute of Certified Public Accountants 546 547 "credit", // credit Snow Shadow, LLC 547 548 "creditcard", // creditcard Binky Frostbite, LLC
Note:
See TracChangeset
for help on using the changeset viewer.