RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v28]
Jim Laskey
jlaskey at openjdk.org
Tue Nov 22 20:19:02 UTC 2022
On Tue, 22 Nov 2022 18:43:53 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> Jim Laskey has updated the pull request incrementally with one additional commit since the last revision:
>>
>> Seal Digits
>
> src/java.base/share/classes/java/lang/template/StringProcessor.java line 58:
>
>> 56: /**
>> 57: * Constructs a {@link String} based on the template fragments and values in the
>> 58: * supplied {@link StringTemplate stringTemplate} object.
>
> When reading the javadoc, I expected the type name, not the variable name.
> Suggestion:
>
> * supplied {@link StringTemplate StringTemplate} object.
Changing.
-------------
PR: https://git.openjdk.org/jdk/pull/10889
More information about the compiler-dev
mailing list