Changeset 11012 in josm
- Timestamp:
- 2016-09-17T17:13:19+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10965 r11012 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 20160 83001, Last Updated Wed Aug 3107:07:01 2016 UTC294 // Taken from Version 2016091601, Last Updated Sat Sep 17 07:07:01 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 952 952 "monash", // monash Monash University 953 953 "money", // money Outer McCook, LLC 954 "monster", // monster Monster Worldwide, Inc. 954 955 "montblanc", // montblanc Richemont DNS Inc. 955 956 "mopar", // mopar FCA US LLC.
Note:
See TracChangeset
for help on using the changeset viewer.