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

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


On Tue, 15 Nov 2022 21:56:36 GMT, Roger Riggs <rriggs 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 38:
> 
>> 36: 
>> 37: /**
>> 38:  * The Java compiler produces implementations of {@link StringTemplate} to
> 
> I'd rather see a first sentence that says what a StringTemplate is, not who produces it.
> For example, a StringTemplate holds and controls the processing of the fragments and expressions of a string template.

Cleaned up ValidatingProcessor, TemplateProcessor and StringProcessor.

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

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


More information about the i18n-dev mailing list