Changeset 10411 in josm for trunk/src/org
- Timestamp:
- 2016-06-17T19:41:50+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10377 r10411 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 2016061 301, Last Updated Tue Jun 14 07:07:012016 UTC292 // Taken from Version 2016061700, Last Updated Fri Jun 17 07:07:02 2016 UTC 293 293 "aaa", // aaa American Automobile Association, Inc. 294 294 "aarp", // aarp AARP … … 420 420 "cal", // cal Charleston Road Registry Inc. 421 421 "call", // call Amazon Registry Services, Inc. 422 "cam", // cam AC Webconnecting Holding B.V. 422 423 "camera", // camera Atomic Maple, LLC 423 424 "camp", // camp Delta Dynamite, LLC … … 787 788 "leclerc", // leclerc A.C.D. LEC Association des Centres Distributeurs Edouard Leclerc 788 789 "legal", // legal Blue Falls, LLC 790 "lego", // lego LEGO Juris A/S 789 791 "lexus", // lexus TOYOTA MOTOR CORPORATION 790 792 "lgbt", // lgbt Afilias Limited
Note:
See TracChangeset
for help on using the changeset viewer.