Changeset 10468 in josm
- Timestamp:
- 2016-06-24T00:50:01+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10460 r10468 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 2016062 200, Last Updated Wed Jun 22 07:07:022016 UTC294 // Taken from Version 2016062300, Last Updated Thu Jun 23 07:07:01 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 928 928 "org", // org Public Interest Registry (PIR) 929 929 "organic", // organic Afilias Limited 930 "orientexpress", // orientexpress Orient Express 930 931 "origins", // origins The Estée Lauder Companies Inc. 931 932 "osaka", // osaka Interlink Co., Ltd.
Note:
See TracChangeset
for help on using the changeset viewer.