Changeset 10807 in josm
- Timestamp:
- 2016-08-15T14:59:38+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10785 r10807 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 2016081 100, Last Updated Thu Aug 1107:07:01 2016 UTC294 // Taken from Version 2016081500, Last Updated Mon Aug 15 07:07:01 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 352 352 "art", // art UK Creative Ideas Limited 353 353 "arte", // arte Association Relative à la Télévision Européenne G.E.I.E. 354 "asda", // asda Wal-Mart Stores, Inc. 354 355 "asia", // asia DotAsia Organisation Ltd. 355 356 "associates", // associates Baxter Hill, LLC … … 729 730 "hangout", // hangout Charleston Road Registry Inc. 730 731 "haus", // haus United TLD Holdco, LTD. 732 "hbo", // hbo HBO Registry Services, Inc. 731 733 "hdfcbank", // hdfcbank HDFC Bank Limited 732 734 "health", // health DotHealth, LLC
Note:
See TracChangeset
for help on using the changeset viewer.