On Wed, 16 Nov 2022 15:41:49 GMT, Maurizio Cimadamore <[email protected]>
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