- Timestamp:
- 2016-04-23T11:25:02+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10151 r10154 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 2016042 000, Last Updated Wed Apr 2007:07:01 2016 UTC292 // Taken from Version 2016042300, Last Updated Sat Apr 23 07:07:01 2016 UTC 293 293 "aaa", // aaa American Automobile Association, Inc. 294 294 "aarp", // aarp AARP … … 817 817 "mil", // mil DoD Network Information Center 818 818 "mini", // mini Bayerische Motoren Werke Aktiengesellschaft 819 "mls", // mls The Canadian Real Estate Association 819 820 "mma", // mma MMA IARD 820 821 "mobi", // mobi Afilias Technologies Limited dba dotMobi … … 925 926 "productions", // productions Magic Birch, LLC 926 927 "prof", // prof Charleston Road Registry Inc. 928 "progressive", // progressive Progressive Casualty Insurance Company 927 929 "promo", // promo Afilias plc 928 930 "properties", // properties Big Pass, LLC
Note:
See TracChangeset
for help on using the changeset viewer.