On Fri, 18 Nov 2022 22:25:22 GMT, Roger Riggs <[email protected]> wrote:
>> Jim Laskey has updated the pull request incrementally with one additional
>> commit since the last revision:
>>
>> Typo
>
> src/java.base/share/classes/java/lang/template/package-info.java line 27:
>
>> 25:
>> 26: /**
>> 27: * Provides support for string templates and template processors.
>
> Not just support...
>
> String templates are provided by {@link StringTemplate} and supporting
> interfaces and classes.
> It might also be helpful to include a link to the JLS 15.8.6 Template
> Expression spec.
>
> A brief example here (drawn from the JEP or StringTemplate would provide a
> good hook for the reader to get started.
Will expand.
-------------
PR: https://git.openjdk.org/jdk/pull/10889