- Timestamp:
- 2016-04-09T19:03:15+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java
r10118 r10126 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 2016040 601, Last Updated Thu Apr 7 07:07:012016 UTC292 // Taken from Version 2016040900, Last Updated Sat Apr 9 07:07:02 2016 UTC 293 293 "aaa", // aaa American Automobile Association, Inc. 294 294 "aarp", // aarp AARP … … 346 346 "axa", // axa AXA SA 347 347 "azure", // azure Microsoft Corporation 348 "baby", // baby Johnson & Johnson Services, Inc. 348 349 "baidu", // baidu Baidu, Inc. 349 350 "band", // band United TLD Holdco, Ltd … … 713 714 "jll", // jll Jones Lang LaSalle Incorporated 714 715 "jmp", // jmp Matrix IP LLC 716 "jnj", // jnj Johnson & Johnson Services, Inc. 715 717 "jobs", // jobs Employ Media LLC 716 718 "joburg", // joburg ZA Central Registry NPC trading as ZA Central Registry
Note:
See TracChangeset
for help on using the changeset viewer.