Changeset 10531 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2016-07-13T23:20:15+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10524 r10531 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 2016071 000, Last Updated Sun Jul 10 07:07:022016 UTC294 // Taken from Version 2016071300, Last Updated Wed Jul 13 07:07:01 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 742 742 "int", // int Internet Assigned Numbers Authority 743 743 "international", // international Wild Way, LLC 744 "intuit", // intuit Intuit Administrative Services, Inc. 744 745 "investments", // investments Holly Glen, LLC 745 746 "ipiranga", // ipiranga Ipiranga Produtos de Petroleo S.A. … … 839 840 "luxe", // luxe Top Level Domain Holdings Limited 840 841 "luxury", // luxury Luxury Partners LLC 842 "macys", // macys Macys, Inc. 841 843 "madrid", // madrid Comunidad de Madrid 842 844 "maif", // maif Mutuelle Assurance Instituteur France (MAIF) … … 866 868 "mil", // mil DoD Network Information Center 867 869 "mini", // mini Bayerische Motoren Werke Aktiengesellschaft 870 "mint", // mint Intuit Administrative Services, Inc. 868 871 "mit", // mit Massachusetts Institute of Technology 869 872 "mitsubishi", // mitsubishi Mitsubishi Corporation
Note:
See TracChangeset
for help on using the changeset viewer.