<i18n dev> RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v21]
Jim Laskey
jlaskey at openjdk.org
Wed Nov 16 17:56:41 UTC 2022
On Wed, 16 Nov 2022 15:41:49 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:
>> src/java.base/share/classes/java/lang/template/StringTemplate.java line 273:
>>
>>> 271:
>>> 272: /**
>>> 273: * Combine one or more {@link StringTemplate StringTemplates} to produce a combined {@link StringTemplate}.
>>
>> Suggestion:
>>
>> * Combine one or more {@link StringTemplate StringTemplates} into a single {@link StringTemplate}.
>
> Should we say more about what the properties of the returned template are? E.g. that the fragments are concatenated (in which order?) and values are also concatenated.
Changing.
-------------
PR: https://git.openjdk.org/jdk/pull/10889
More information about the i18n-dev
mailing list