Changeset 10666 in josm for trunk/src/org
- Timestamp:
- 2016-07-28T23:32:22+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10624 r10666 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 2016072 400, Last Updated Sun Jul 2407:07:01 2016 UTC294 // Taken from Version 2016072700, Last Updated Wed Jul 27 07:07:01 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 329 329 "alsace", // alsace REGION D ALSACE 330 330 "alstom", // alstom ALSTOM 331 "americanfamily", // americanfamily AmFam, Inc. 331 332 "amfam", // amfam AmFam, Inc. 332 333 "amica", // amica Amica Mutual Insurance Company … … 726 727 "homesense", // homesense The TJX Companies, Inc. 727 728 "honda", // honda Honda Motor Co., Ltd. 729 "honeywell", // honeywell Honeywell GTLD LLC 728 730 "horse", // horse Top Level Domain Holdings Limited 729 731 "host", // host DotHost Inc.
Note:
See TracChangeset
for help on using the changeset viewer.