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

Roger Riggs rriggs at openjdk.org
Fri Nov 18 23:10:12 UTC 2022


On Thu, 17 Nov 2022 17:12:53 GMT, Jim Laskey <jlaskey at openjdk.org> wrote:

>> 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.

Seems not to have been addressed, the previous `of` method uses {@link...}

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

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


More information about the i18n-dev mailing list