- Timestamp:
- 2016-02-28T13:47:24+01:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r9890 r9898 285 285 // WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search 286 286 private static final String[] GENERIC_TLDS = new String[] { 287 // Taken from Version 2016022 601, Last Updated Sat Feb 2707:07:01 2016 UTC287 // Taken from Version 2016022800, Last Updated Sun Feb 28 07:07:01 2016 UTC 288 288 "aaa", // aaa American Automobile Association, Inc. 289 289 "aarp", // aarp AARP … … 428 428 "chanel", // chanel Chanel International B.V. 429 429 "channel", // channel Charleston Road Registry Inc. 430 "chase", // chase JPMorgan Chase & Co. 430 431 "chat", // chat Sand Fields, LLC 431 432 "cheap", // cheap Sand Cover, LLC … … 698 699 "jot", // jot Amazon Registry Services, Inc. 699 700 "joy", // joy Amazon Registry Services, Inc. 701 "jpmorgan", // jpmorgan JPMorgan Chase & Co. 700 702 "jprs", // jprs Japan Registry Services Co., Ltd. 701 703 "juegos", // juegos Uniregistry, Corp.
Note:
See TracChangeset
for help on using the changeset viewer.