Changeset 15562 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2019-12-07T22:29:42+01:00 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r15544 r15562 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 2019 092301, Last Updated Tue Sep 2407:07:01 2019 UTC298 // Taken from Version 2019120700, Last Updated Sat Dec 7 07:07:01 2019 UTC 299 299 "aaa", // aaa American Automobile Association, Inc. 300 300 "aarp", // aarp AARP … … 899 899 "lixil", // lixil LIXIL Group Corporation 900 900 "llc", // llc Afilias plc 901 "llp", // llp Dot Registry LLC 901 902 "loan", // loan dot Loan Limited 902 903 "loans", // loans June Woods, LLC
Note:
See TracChangeset
for help on using the changeset viewer.