We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4e6542 commit 6f492e8Copy full SHA for 6f492e8
src/java.base/share/classes/java/text/Collator.java
@@ -275,7 +275,7 @@ public static synchronized Collator getInstance() {
275
* may return a {@code Collator} instance with the Swedish traditional sorting, which
276
* gives 'v' and 'w' the same sorting order, while the {@code Collator} instance
277
* for the Swedish locale without "co" identifier distinguishes 'v' and 'w'.
278
- * @spec https://www.unicode.org/reports/tr35/ Unicode Locale Data Markup Language
+ * @spec https://www.unicode.org/reports/tr35 Unicode Locale Data Markup Language
279
* (LDML)
280
* @param desiredLocale the desired locale.
281
* @return the Collator for the desired locale.
0 commit comments