RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v21]
Jim Laskey
jlaskey at openjdk.org
Thu Nov 17 15:17:56 UTC 2022
On Tue, 15 Nov 2022 22:02: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:
>>
>> Wrong line separator
>
> src/java.base/share/classes/java/lang/template/StringTemplate.java line 189:
>
>> 187:
>> 188: /**
>> 189: * Produces a diagnostic string representing the supplied
>
> The description should include that it describe the fragments and values.
Changing
> src/java.base/share/classes/java/lang/template/StringTemplate.java line 208:
>
>> 206:
>> 207: /**
>> 208: * Returns a StringTemplate composed from a string.
>
> and no values.
Changing.
-------------
PR: https://git.openjdk.org/jdk/pull/10889
More information about the compiler-dev
mailing list