<i18n dev> RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v21]
Jim Laskey
jlaskey at openjdk.org
Wed Nov 16 18:36:06 UTC 2022
On Wed, 16 Nov 2022 15:56:25 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> src/java.base/share/classes/java/util/FormatProcessor.java line 42:
>>
>>> 40: * the embedded expression that follows immediately after the
>>> 41: * <a href="../util/Formatter.html#syntax">format specifier</a>.
>>> 42: * StringTemplate expressions without a preceeding specifier, use "%s" by
>>
>> Suggestion:
>>
>> * StringTemplate expressions without a preceding specifier, use "%s" by
>
> And, `StringTemplate` is missing a surrounding code/link tag
Changing.
-------------
PR: https://git.openjdk.org/jdk/pull/10889
More information about the i18n-dev
mailing list