From 82f6d0155b452e6d798b7c1ba64291da6b07a11f Mon Sep 17 00:00:00 2001 From: "Steven R. Loomis" Date: Wed, 8 May 2024 12:02:44 -0500 Subject: [PATCH] CLDR-16853 drop some additional raw links in tickets - use the subtype mappings intead (the 'how to fix' link) --- .../org/unicode/cldr/test/CheckConsistentCasing.java | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/tools/cldr-code/src/main/java/org/unicode/cldr/test/CheckConsistentCasing.java b/tools/cldr-code/src/main/java/org/unicode/cldr/test/CheckConsistentCasing.java index e5743ed4c63..c579b37ad46 100644 --- a/tools/cldr-code/src/main/java/org/unicode/cldr/test/CheckConsistentCasing.java +++ b/tools/cldr-code/src/main/java/org/unicode/cldr/test/CheckConsistentCasing.java @@ -17,7 +17,6 @@ import org.unicode.cldr.test.CheckCLDR.CheckStatus.Subtype; import org.unicode.cldr.tool.LikelySubtags; import org.unicode.cldr.util.CLDRFile; -import org.unicode.cldr.util.CLDRURLS; import org.unicode.cldr.util.CldrUtility; import org.unicode.cldr.util.Counter; import org.unicode.cldr.util.Factory; @@ -356,13 +355,7 @@ public static Map getSamples(CLDRFile resolved) { private static final String CASE_WARNING = "The first letter of 〈{0}〉 is {1}, which differs from what is expected " - + "for the {2} category: that almost all values be {3}.\n\n" - + "For guidance, see " - + CLDRURLS.CAPITALIZATION_URL - + ". " - + "If this warning is wrong, please file a ticket at " - + CLDRURLS.CLDR_NEWTICKET_URL - + "."; + + "for the {2} category: that almost all values be {3}.\n\n"; private void checkConsistentCasing( Category category,