Changeset 11244 in josm for trunk/src/org
- Timestamp:
- 2016-11-12T20:11:14+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r11236 r11244 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 201611 0901, Last Updated Thu Nov 1007:07:01 2016 UTC294 // Taken from Version 2016111101, Last Updated Sat Nov 12 07:07:01 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 432 432 "bot", // bot Amazon Registry Services, Inc. 433 433 "boutique", // boutique Over Galley, LLC 434 "box", // box NS1 Limited 434 435 "bradesco", // bradesco Banco Bradesco S.A. 435 436 "bridgestone", // bridgestone Bridgestone Corporation … … 667 668 "fly", // fly Charleston Road Registry Inc. 668 669 "foo", // foo Charleston Road Registry Inc. 670 "food", // food Lifestyle Domain Holdings, Inc. 669 671 "foodnetwork", // foodnetwork Lifestyle Domain Holdings, Inc. 670 672 "football", // football Foggy Farms, LLC
Note:
See TracChangeset
for help on using the changeset viewer.