Changeset 10521 in josm for trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
- Timestamp:
- 2016-07-08T03:20:06+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10512 r10521 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 300, Last Updated Sun Jul 307:07:01 2016 UTC294 // Taken from Version 2016070700, Last Updated Thu Jul 7 07:07:01 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 863 863 "mil", // mil DoD Network Information Center 864 864 "mini", // mini Bayerische Motoren Werke Aktiengesellschaft 865 "mit", // mit Massachusetts Institute of Technology 865 866 "mlb", // mlb MLB Advanced Media DH, LLC 866 867 "mls", // mls The Canadian Real Estate Association
Note:
See TracChangeset
for help on using the changeset viewer.