- Timestamp:
- 2016-03-23T21:55:42+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10014 r10034 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 201603 1900, Last Updated Sat Mar 1907:07:01 2016 UTC292 // Taken from Version 2016032201, Last Updated Wed Mar 23 07:07:01 2016 UTC 293 293 "aaa", // aaa American Automobile Association, Inc. 294 294 "aarp", // aarp AARP … … 600 600 "gal", // gal Asociación puntoGAL 601 601 "gallery", // gallery Sugar House, LLC 602 "gallo", // gallo Gallo Vineyards, Inc. 602 603 "gallup", // gallup Gallup, Inc. 603 604 "game", // game Uniregistry, Corp. … … 988 989 "sfr", // sfr Societe Francaise du Radiotelephone - SFR 989 990 "sharp", // sharp Sharp Corporation 991 "shaw", // shaw Shaw Cablesystems G.P. 990 992 "shell", // shell Shell Information Technology International Inc 991 993 "shia", // shia Asia Green IT System Bilgisayar San. ve Tic. Ltd. Sti.
Note:
See TracChangeset
for help on using the changeset viewer.