Changeset 11253 in josm
- Timestamp:
- 2016-11-13T14:53:15+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r11244 r11253 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 2016111 101, Last Updated Sat Nov 1207:07:01 2016 UTC294 // Taken from Version 2016111300, Last Updated Sun Nov 13 07:07:01 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 546 546 "crown", // crown Crown Equipment Corporation 547 547 "crs", // crs Federated Co-operatives Limited 548 "cruise", // cruise Viking River Cruises (Bermuda) Ltd. 548 549 "cruises", // cruises Spring Way, LLC 549 550 "csc", // csc Alliance-One Services, Inc. … … 969 970 "mortgage", // mortgage United TLD Holdco, Ltd 970 971 "moscow", // moscow Foundation for Assistance for Internet Technologies and Infrastructure Development (FAITID) 972 "moto", // moto Motorola Trademark Holdings, LLC 971 973 "motorcycles", // motorcycles DERMotorcycles, LLC 972 974 "mov", // mov Charleston Road Registry Inc.
Note:
See TracChangeset
for help on using the changeset viewer.