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 `.

Marked as reviewed by naoto (Reviewer).

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

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

Reply via email to