Changeset 11081 in josm
- Timestamp:
- 2016-10-06T02:13:33+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r11068 r11081 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 2016 093001, Last Updated Sat Oct 107:07:01 2016 UTC294 // Taken from Version 2016100500, Last Updated Wed Oct 5 07:07:01 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 1401 1401 "xn--45q11c", // 八卦 Zodiac Scorpio Limited 1402 1402 "xn--4gbrim", // موقع Suhub Electronic Establishment 1403 "xn--54b7fta0cc", // বাংলা Posts and Telecommunications Division 1403 1404 "xn--55qw42g", // 公益 China Organizational Name Administration Center 1404 1405 "xn--55qx5d", // 公司 Computer Network Information Center of Chinese Academy of Sciences (China Internet Network Information Center)
Note:
See TracChangeset
for help on using the changeset viewer.