RFR: 8323699: MessageFormat.toPattern() generates non-equivalent MessageFormat pattern [v7]

Archie Cobbs acobbs at openjdk.org
Fri Feb 2 01:57:18 UTC 2024


On Thu, 1 Feb 2024 23:57:24 GMT, Naoto Sato <naoto at openjdk.org> wrote:

>> Archie Cobbs has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Fix misspelling in comment.
>
> src/java.base/share/classes/java/text/MessageFormat.java line 1675:
> 
>> 1673:                     i++;
>> 1674:                 } else
>> 1675:                     quoted = !quoted;
> 
> Nit: be consistent on curly-braces. Same for some other places as well.

Thanks, should be fixed.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/17416#discussion_r1475419901


More information about the core-libs-dev mailing list