Changeset 10112 in josm for trunk/src/org
- Timestamp:
- 2016-04-06T21:25:44+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10104 r10112 290 290 // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search 291 291 private static final String[] GENERIC_TLDS = new String[] { 292 // Taken from Version 2016040 300, Last UpdatedSun Apr 307:07:01 2016 UTC292 // Taken from Version 2016040501, Last Updated Wed Apr 6 07:07:01 2016 UTC 293 293 "aaa", // aaa American Automobile Association, Inc. 294 294 "aarp", // aarp AARP … … 731 731 "koeln", // koeln NetCologne Gesellschaft für Telekommunikation mbH 732 732 "komatsu", // komatsu Komatsu Ltd. 733 "kpmg", // kpmg KPMG International Cooperative (KPMG International Genossenschaft) 733 734 "kpn", // kpn Koninklijke KPN N.V. 734 735 "krd", // krd KRG Department of Information Technology … … 828 829 "mtr", // mtr MTR Corporation Limited 829 830 "museum", // museum Museum Domain Management Association 831 "mutual", // mutual Northwestern Mutual MU TLD Registry, LLC 830 832 "mutuelle", // mutuelle Fédération Nationale de la Mutualité Française 831 833 "nadex", // nadex Nadex Domains, Inc
Note:
See TracChangeset
for help on using the changeset viewer.