- Timestamp:
- 2016-09-29T20:30:59+02:00 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r11041 r11066 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 2016092 200, Last Updated Thu Sep 2207:07:01 2016 UTC294 // Taken from Version 2016092800, Last Updated Wed Sep 28 07:07:01 2016 UTC 295 295 "aaa", // aaa American Automobile Association, Inc. 296 296 "aarp", // aarp AARP … … 1009 1009 "nyc", // nyc The City of New York by and through the New York City Department of Information Technology & Telecommunications 1010 1010 "obi", // obi OBI Group Holding SE & Co. KGaA 1011 "observer", // observer Top Level Spectrum, Inc. 1011 1012 "off", // off Johnson Shareholdings, Inc. 1012 1013 "office", // office Microsoft Corporation … … 1380 1381 "works", // works Little Dynamite, LLC 1381 1382 "world", // world Bitter Fields, LLC 1383 "wow", // wow Amazon Registry Services, Inc. 1382 1384 "wtc", // wtc World Trade Centers Association, Inc. 1383 1385 "wtf", // wtf Hidden Way, LLC
Note:
See TracChangeset
for help on using the changeset viewer.