Changeset 11379 in josm for trunk/src/org
- Timestamp:
- 2016-12-12T00:51:41+01:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r11358 r11379 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 201612 0300, Last Updated Sat Dec 307:07:02 2016 UTC294 // Taken from Version 2016121000, Last Updated Sat Dec 10 07:07:02 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 774 774 "honeywell", // honeywell Honeywell GTLD LLC 775 775 "horse", // horse Top Level Domain Holdings Limited 776 "hospital", // hospital Ruby Pike, LLC 776 777 "host", // host DotHost Inc. 777 778 "hosting", // hosting Uniregistry, Corp.
Note:
See TracChangeset
for help on using the changeset viewer.