Changeset 10523 in josm for trunk/src/org
- Timestamp:
- 2016-07-10T01:08:07+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10521 r10523 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 2016070 700, Last Updated Thu Jul 707:07:01 2016 UTC294 // Taken from Version 2016070900, Last Updated Sat Jul 9 07:07:01 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 486 486 "cologne", // cologne NetCologne Gesellschaft für Telekommunikation mbH 487 487 "com", // com VeriSign Global Registry Services 488 "comcast", // comcast Comcast IP Holdings I, LLC 488 489 "commbank", // commbank COMMONWEALTH BANK OF AUSTRALIA 489 490 "community", // community Fox Orchard, LLC … … 635 636 "frontier", // frontier Frontier Communications Corporation 636 637 "ftr", // ftr Frontier Communications Corporation 638 "fujitsu", // fujitsu Fujitsu Limited 637 639 "fund", // fund John Castle, LLC 638 640 "furniture", // furniture Lone Fields, LLC … … 664 666 "gmo", // gmo GMO Internet, Inc. 665 667 "gmx", // gmx 1&1 Mail & Media GmbH 668 "godaddy", // godaddy Go Daddy East, LLC 666 669 "gold", // gold June Edge, LLC 667 670 "goldpoint", // goldpoint YODOBASHI CAMERA CO.,LTD. … … 864 867 "mini", // mini Bayerische Motoren Werke Aktiengesellschaft 865 868 "mit", // mit Massachusetts Institute of Technology 869 "mitsubishi", // mitsubishi Mitsubishi Corporation 866 870 "mlb", // mlb MLB Advanced Media DH, LLC 867 871 "mls", // mls The Canadian Real Estate Association … … 1263 1267 "xbox", // xbox Microsoft Corporation 1264 1268 "xerox", // xerox Xerox DNHC LLC 1269 "xfinity", // xfinity Comcast IP Holdings I, LLC 1265 1270 "xihuan", // xihuan QIHOO 360 TECHNOLOGY CO. LTD. 1266 1271 "xin", // xin Elegant Leader Limited
Note:
See TracChangeset
for help on using the changeset viewer.