On Mon, 28 Nov 2022 17:53:43 GMT, Justin Lu <d...@openjdk.org> wrote:

> Problem: Javadoc in Locale.lookup is incorrect. Javadoc should match the 
> parameter arguments. See lines 3562-3563.
> 
> Fix: For `@throws NullPointerException` replace `if priorityList or tags is 
> null` with `if priorityList or locales is null `.

This pull request has now been integrated.

Changeset: ae5b1f76
Author:    Justin Lu <justin...@oracle.com>
Committer: Naoto Sato <na...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/ae5b1f765678a9928696acb7228b197e293171be
Stats:     1 line in 1 file changed: 0 ins; 0 del; 1 mod

8297685: Typo in NullPointerException description specified by Locale.lookup

Reviewed-by: naoto, lancea, jpai

-------------

PR: https://git.openjdk.org/jdk/pull/11394

Reply via email to