<i18n dev> RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v21]

Jim Laskey jlaskey at openjdk.org
Wed Nov 16 17:46:30 UTC 2022


On Wed, 16 Nov 2022 15:32:40 GMT, Maurizio Cimadamore <mcimadamore at openjdk.org> wrote:

>> Jim Laskey has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   Wrong line separator
>
> src/java.base/share/classes/java/lang/template/StringTemplate.java line 120:
> 
>> 118:     /**
>> 119:      * Returns an immutable list of string fragments consisting of the string
>> 120:      * of characters preceeding each of the embedded expressions plus the
> 
> Suggestion:
> 
>      * of characters preceding each of the embedded expressions plus the

Changing.

> src/java.base/share/classes/java/lang/template/StringTemplate.java line 173:
> 
>> 171:      * @param <E>  Exception thrown type.
>> 172:      *
>> 173:      * @return constructed object of type R
> 
> Missing `@code` or `@link` around `R`

Changing.

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

PR: https://git.openjdk.org/jdk/pull/10889


More information about the i18n-dev mailing list