Changeset 10284 in josm for trunk/src/org
- Timestamp:
- 2016-05-27T00:16:09+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10275 r10284 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 2016052 400, Last Updated Tue May 24 07:07:012016 UTC292 // Taken from Version 2016052600, Last Updated Thu May 26 07:07:02 2016 UTC 293 293 "aaa", // aaa American Automobile Association, Inc. 294 294 "aarp", // aarp AARP … … 826 826 "mil", // mil DoD Network Information Center 827 827 "mini", // mini Bayerische Motoren Werke Aktiengesellschaft 828 "mlb", // mlb MLB Advanced Media DH, LLC 828 829 "mls", // mls The Canadian Real Estate Association 829 830 "mma", // mma MMA IARD
Note:
See TracChangeset
for help on using the changeset viewer.