Changeset 10506 in josm for trunk/src/org
- Timestamp:
- 2016-07-03T05:02:37+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10497 r10506 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 20160 62501, Last Updated Sun Jun 2607:07:01 2016 UTC294 // Taken from Version 2016070101, Last Updated Sat Jul 2 07:07:01 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 723 723 "ifm", // ifm ifm electronic gmbh 724 724 "iinet", // iinet Connect West Pty. Ltd. 725 "ikano", // ikano Ikano S.A. 725 726 "imamat", // imamat Fondation Aga Khan (Aga Khan Foundation) 726 727 "imdb", // imdb Amazon Registry Service, Inc. … … 974 975 "plumbing", // plumbing Spring Tigers, LLC 975 976 "plus", // plus Sugar Mill, LLC 977 "pnc", // pnc PNC Domain Co., LLC 976 978 "pohl", // pohl Deutsche Vermögensberatung Aktiengesellschaft DVAG 977 979 "poker", // poker Afilias Domains No. 5 Limited
Note:
See TracChangeset
for help on using the changeset viewer.