mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-26 22:34:27 +02:00
8297685: Typo in NullPointerException description specified by Locale.lookup
Reviewed-by: naoto, lancea, jpai
This commit is contained in:
parent
3ce0042158
commit
ae5b1f7656
1 changed files with 1 additions and 1 deletions
|
@ -3554,7 +3554,7 @@ public final class Locale implements Cloneable, Serializable {
|
|||
* @param locales {@code Locale} instances used for matching
|
||||
* @return the best matching {@code Locale} instance chosen based on
|
||||
* priority or weight, or {@code null} if nothing matches.
|
||||
* @throws NullPointerException if {@code priorityList} or {@code tags} is
|
||||
* @throws NullPointerException if {@code priorityList} or {@code locales} is
|
||||
* {@code null}
|
||||
*
|
||||
* @since 1.8
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue