Changeset 11041 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2016-09-22T23:02:41+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r11012 r11041 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 201609 1601, Last UpdatedSat Sep 1707:07:01 2016 UTC294 // Taken from Version 2016092200, Last Updated Thu Sep 22 07:07:01 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 642 642 "fiat", // fiat Fiat Chrysler Automobiles N.V. 643 643 "fidelity", // fidelity Fidelity Brokerage Services LLC 644 "fido", // fido Rogers Communications Canada Inc. 644 645 "film", // film Motion Picture Domain Registry Pty Ltd 645 646 "final", // final Núcleo de Informação e Coordenação do Ponto BR - NIC.br … … 1129 1130 "rocks", // rocks United TLD Holdco, LTD. 1130 1131 "rodeo", // rodeo Top Level Domain Holdings Limited 1132 "rogers", // rogers Rogers Communications Canada Inc. 1131 1133 "room", // room Amazon Registry Services, Inc. 1132 1134 "rsvp", // rsvp Charleston Road Registry Inc.
Note:
See TracChangeset
for help on using the changeset viewer.