- Timestamp:
- 2016-10-27T00:37:50+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r11151 r11179 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 201610 1901, Last Updated Thu Oct 20 07:07:022016 UTC294 // Taken from Version 2016102600, Last Updated Wed Oct 26 07:07:01 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 1348 1348 "vodka", // vodka Top Level Domain Holdings Limited 1349 1349 "volkswagen", // volkswagen Volkswagen Group of America Inc. 1350 "volvo", // volvo Volvo Holding Sverige Aktiebolag 1350 1351 "vote", // vote Monolith Registry LLC 1351 1352 "voting", // voting Valuetainment Corp.
Note:
See TracChangeset
for help on using the changeset viewer.