Skip to content

Commit 27a0d06

Browse files
author
taylor.smock
committed
remove TLD from IANA
git-svn-id: https://josm.openstreetmap.de/svn/trunk@18785 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent 1dc266a commit 27a0d06

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/org/openstreetmap/josm/data/validation/routines/DomainValidator.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -296,7 +296,7 @@ private static String chompLeadingDot(String str) {
296296

297297
// WARNING: this array MUST be sorted, otherwise it cannot be searched reliably using binary search
298298
private static final String[] GENERIC_TLDS = {
299-
// Taken from Version 2023071000, Last Updated Mon Jul 10 07:07:02 2023 UTC
299+
// Taken from Version 2023072502, Last Updated Wed Jul 26 07:07:01 2023 UTC
300300
"aaa", // aaa American Automobile Association, Inc.
301301
"aarp", // aarp AARP
302302
"abb", // abb ABB Ltd
@@ -1241,7 +1241,6 @@ private static String chompLeadingDot(String str) {
12411241
"tiaa", // tiaa Teachers Insurance and Annuity Association of America
12421242
"tickets", // tickets Accent Media Limited
12431243
"tienda", // tienda Victor Manor, LLC
1244-
"tiffany", // tiffany Tiffany and Company
12451244
"tips", // tips Corn Willow, LLC
12461245
"tires", // tires Dog Edge, LLC
12471246
"tirol", // tirol punkt Tirol GmbH

0 commit comments

Comments
 (0)