Skip to content

Commit

Permalink
8309686: inconsistent URL for https://www.unicode.org/reports/tr35
Browse files Browse the repository at this point in the history
Reviewed-by: naoto
  • Loading branch information
jonathan-gibbons committed Jun 8, 2023
1 parent c4e6542 commit 6f492e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/java.base/share/classes/java/text/Collator.java
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ public static synchronized Collator getInstance() {
* may return a {@code Collator} instance with the Swedish traditional sorting, which
* gives 'v' and 'w' the same sorting order, while the {@code Collator} instance
* for the Swedish locale without "co" identifier distinguishes 'v' and 'w'.
* @spec https://www.unicode.org/reports/tr35/ Unicode Locale Data Markup Language
* @spec https://www.unicode.org/reports/tr35 Unicode Locale Data Markup Language
* (LDML)
* @param desiredLocale the desired locale.
* @return the Collator for the desired locale.
Expand Down

3 comments on commit 6f492e8

@openjdk-notifier
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JesperIRL
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/tag jdk-22+1

@openjdk
Copy link

@openjdk openjdk bot commented on 6f492e8 Jun 9, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@JesperIRL The tag jdk-22+1 was successfully created.

Please sign in to comment.