Skip to content

Commit 6f492e8

Browse files
committedJun 8, 2023
8309686: inconsistent URL for https://www.unicode.org/reports/tr35
Reviewed-by: naoto
1 parent c4e6542 commit 6f492e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎src/java.base/share/classes/java/text/Collator.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -275,7 +275,7 @@ public static synchronized Collator getInstance() {
275275
* may return a {@code Collator} instance with the Swedish traditional sorting, which
276276
* gives 'v' and 'w' the same sorting order, while the {@code Collator} instance
277277
* for the Swedish locale without "co" identifier distinguishes 'v' and 'w'.
278-
* @spec https://www.unicode.org/reports/tr35/ Unicode Locale Data Markup Language
278+
* @spec https://www.unicode.org/reports/tr35 Unicode Locale Data Markup Language
279279
* (LDML)
280280
* @param desiredLocale the desired locale.
281281
* @return the Collator for the desired locale.

0 commit comments

Comments
 (0)
Please sign in to comment.