mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 14:24:46 +02:00
8305111: Locale.lookupTag has typo in parameter
Reviewed-by: lancea, iris, naoto
This commit is contained in:
parent
83cf28f996
commit
5f7b4b8e75
1 changed files with 1 additions and 1 deletions
|
@ -3587,7 +3587,7 @@ public final class Locale implements Cloneable, Serializable {
|
|||
*
|
||||
* @param priorityList user's Language Priority List in which each language
|
||||
* tag is sorted in descending order based on priority or weight
|
||||
* @param tags language tangs used for matching
|
||||
* @param tags language tags used for matching
|
||||
* @return the best matching language tag chosen based on priority or
|
||||
* weight, or {@code null} if nothing matches.
|
||||
* @throws NullPointerException if {@code priorityList} or {@code tags} is
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue