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

Jim Laskey jlaskey at openjdk.org
Thu Nov 17 17:15:53 UTC 2022


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

>> Jim Laskey has updated the pull request incrementally with two additional commits since the last revision:
>> 
>>  - Requested changes #8
>>  - Update StringTemplate javadoc
>
> src/java.base/share/classes/java/lang/template/StringTemplate.java line 34:
> 
>> 32: 
>> 33: /**
>> 34:  * {@link StringTemplate StringTemplates} is the run-time representation of a
> 
> Suggestion:
> 
>  * {@link StringTemplate StringTemplate} is the run-time representation of a

Stale.

> src/java.base/share/classes/java/lang/template/StringTemplate.java line 218:
> 
>> 216: 
>> 217:     /**
>> 218:      * Returns a StringTemplate as if constructed by invoking
> 
> Suggestion:
> 
>      * Returns a {@code StringTemplate} as if constructed by invoking

Stale

> src/java.base/share/classes/java/lang/template/StringTemplate.java line 233:
> 
>> 231: 
>> 232:     /**
>> 233:      * Returns a StringTemplate with the given fragments and values.
> 
> Suggestion:
> 
>      * Returns a {@code StringTemplate} with the given fragments and values.

Stale.

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

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


More information about the i18n-dev mailing list