Changeset 10572 in josm for trunk/src/org
- Timestamp:
- 2016-07-20T19:35:55+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10543 r10572 292 292 // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search 293 293 private static final String[] GENERIC_TLDS = new String[] { 294 // Taken from Version 201607 1600, Last Updated Sat Jul 16 07:07:022016 UTC294 // Taken from Version 2016072000, Last Updated Wed Jul 20 07:07:01 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 381 381 "berlin", // berlin dotBERLIN GmbH & Co. KG 382 382 "best", // best BestTLD Pty Ltd 383 "bestbuy", // bestbuy BBY Solutions, Inc. 383 384 "bet", // bet Afilias plc 384 385 "bharti", // bharti Bharti Enterprises (Holding) Private Limited … … 844 845 "lotto", // lotto Afilias Limited 845 846 "love", // love Merchant Law Group LLP 847 "lpl", // lpl LPL Holdings, Inc. 848 "lplfinancial", // lplfinancial LPL Holdings, Inc. 846 849 "ltd", // ltd Over Corner, LLC 847 850 "ltda", // ltda InterNetX Corp.
Note:
See TracChangeset
for help on using the changeset viewer.