RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v23]
Jim Laskey
jlaskey at openjdk.org
Fri Nov 18 13:19:04 UTC 2022
On Thu, 17 Nov 2022 15:46:14 GMT, Roger Riggs <rriggs at openjdk.org> wrote:
>> Jim Laskey has updated the pull request incrementally with two additional commits since the last revision:
>>
>> - Requested changes #8
>> - Update StringTemplate javadoc
>
> src/java.base/share/classes/java/lang/template/StringTemplate.java line 188:
>
>> 186: * @throws NullPointerException if processor is null
>> 187: *
>> 188: * @implNote The default implementation invokes the processor's process
>
> too many processes...
> Perhaps:
>
> ... `invokes the {@code processor.process(this)} method.`
Changing.
-------------
PR: https://git.openjdk.org/jdk/pull/10889
More information about the compiler-dev
mailing list