Changeset 9910 in josm for trunk/src/org/openstreetmap
- Timestamp:
- 2016-03-02T09:56:22+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r9898 r9910 285 285 // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search 286 286 private static final String[] GENERIC_TLDS = new String[] { 287 // Taken from Version 20160 22800, Last Updated Sun Feb 2807:07:01 2016 UTC287 // Taken from Version 2016030200, Last Updated Wed Mar 2 07:07:01 2016 UTC 288 288 "aaa", // aaa American Automobile Association, Inc. 289 289 "aarp", // aarp AARP … … 859 859 "parts", // parts Sea Goodbye, LLC 860 860 "party", // party Blue Sky Registry Limited 861 "passagens", // passagens Travel Reservations SRL 861 862 "pet", // pet Afilias plc 862 863 "pharmacy", // pharmacy National Association of Boards of Pharmacy … … 1108 1109 "voto", // voto Monolith Registry LLC 1109 1110 "voyage", // voyage Ruby House, LLC 1111 "vuelos", // vuelos Travel Reservations SRL 1110 1112 "wales", // wales Nominet UK 1111 1113 "walter", // walter Sandvik AB
Note:
See TracChangeset
for help on using the changeset viewer.