Changeset 14758 in josm for trunk/src/org
- Timestamp:
- 2019-02-02T16:02:36+01:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r14755 r14758 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 13002, Last Updated Thu Jan 31 07:07:01 2019 UTC298 // Taken from Version 2019020200, Last Updated Sat Feb 2 07:07:01 2019 UTCs 299 299 "aaa", // aaa American Automobile Association, Inc. 300 300 "aarp", // aarp AARP … … 1249 1249 "srl", // srl InterNetX Corp. 1250 1250 "srt", // srt FCA US LLC. 1251 "ss", // ss National Communication Authority (NCA) 1251 1252 "stada", // stada STADA Arzneimittel AG 1252 1253 "staples", // staples Staples, Inc.
Note:
See TracChangeset
for help on using the changeset viewer.