- Timestamp:
- 2016-02-26T08:30:44+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r9874 r9882 285 285 // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search 286 286 private static final String[] GENERIC_TLDS = new String[] { 287 // Taken from Version 2016022 400, Last UpdatedWed Feb 2407:07:01 2016 UTC287 // Taken from Version 2016022500, Last Updated Thu Feb 25 07:07:01 2016 UTC 288 288 "aaa", // aaa American Automobile Association, Inc. 289 289 "aarp", // aarp AARP … … 1040 1040 "technology", // technology Auburn Falls, LLC 1041 1041 "tel", // tel Telnic Ltd. 1042 "telecity", // telecity TelecityGroup International Limited 1042 1043 "telefonica", // telefonica Telefónica S.A. 1043 1044 "temasek", // temasek Temasek Holdings (Private) Limited … … 1073 1074 "tube", // tube Latin American Telecom LLC 1074 1075 "tui", // tui TUI AG 1076 "tunes", // tunes Amazon Registry Services, Inc. 1075 1077 "tushu", // tushu Amazon Registry Services, Inc. 1076 1078 "tvs", // tvs T V SUNDRAM IYENGAR & SONS PRIVATE LIMITED
Note:
See TracChangeset
for help on using the changeset viewer.