Skip to content

Commit 62396ae

Browse files
author
taylor.smock
committed
remove TLD from IANA
git-svn-id: https://josm.openstreetmap.de/svn/trunk@18774 0c6e7542-c601-0410-84e7-c038aed88b3b
1 parent 309f074 commit 62396ae

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

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

Lines changed: 1 addition & 4 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 2022042200, Last Updated Fri Apr 22 07:07:01 2022 UTC
299+
// Taken from Version 2023071000, Last Updated Mon Jul 10 07:07:02 2023 UTC
300300
"aaa", // aaa American Automobile Association, Inc.
301301
"aarp", // aarp AARP
302302
"abb", // abb ABB Ltd
@@ -759,7 +759,6 @@ private static String chompLeadingDot(String str) {
759759
"host", // host DotHost Inc.
760760
"hosting", // hosting Uniregistry, Corp.
761761
"hot", // hot Amazon Registry Services, Inc.
762-
"hoteles", // hoteles Travel Reservations SRL
763762
"hotels", // hotels Booking.com B.V.
764763
"hotmail", // hotmail Microsoft Corporation
765764
"house", // house Sugar Park, LLC
@@ -1016,7 +1015,6 @@ private static String chompLeadingDot(String str) {
10161015
"partners", // partners Magic Glen, LLC
10171016
"parts", // parts Sea Goodbye, LLC
10181017
"party", // party Blue Sky Registry Limited
1019-
"passagens", // passagens Travel Reservations SRL
10201018
"pay", // pay Amazon Registry Services, Inc.
10211019
"pccw", // pccw PCCW Enterprises Limited
10221020
"pet", // pet Afilias plc
@@ -1310,7 +1308,6 @@ private static String chompLeadingDot(String str) {
13101308
"voting", // voting Valuetainment Corp.
13111309
"voto", // voto Monolith Registry LLC
13121310
"voyage", // voyage Ruby House, LLC
1313-
"vuelos", // vuelos Travel Reservations SRL
13141311
"wales", // wales Nominet UK
13151312
"walmart", // walmart Wal-Mart Stores, Inc.
13161313
"walter", // walter Sandvik AB

0 commit comments

Comments
 (0)