<i18n dev> RFR: 8331207: Misleading example in DateFormat#parse docs [v2]

Naoto Sato naoto at openjdk.org
Fri Apr 26 19:56:47 UTC 2024


On Fri, 26 Apr 2024 18:15:12 GMT, Justin Lu <jlu at openjdk.org> wrote:

>> Correct a misleading example in the DateFormat parse documentation. 
>> 
>> Common usage is to use a factory instance. The original example provided assumes a pattern provided by a COMPAT factory instance.
>> 
>> The pattern itself should be explicitly provided, since users may be using CLDR factory instances.
>
> Justin Lu has updated the pull request incrementally with one additional commit since the last revision:
> 
>   use COMPAT example, CLDR NBSP is problematic

LGTM

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

Marked as reviewed by naoto (Reviewer).

PR Review: https://git.openjdk.org/jdk/pull/18983#pullrequestreview-2025774061


More information about the i18n-dev mailing list