RFR: JDK-8285932 Implementation of JEP 430 String Templates (Preview) [v21]

Jim Laskey jlaskey at openjdk.org
Wed Nov 16 17:50:21 UTC 2022


On Wed, 16 Nov 2022 15:36:30 GMT, Maurizio Cimadamore <mcimadamore 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 198:
> 
>> 196:      * @throws NullPointerException if stringTemplate is null
>> 197:      */
>> 198:     public static String toString(StringTemplate stringTemplate) {
> 
> `public` is redundant (here and elsewhere)

Changing

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

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


More information about the core-libs-dev mailing list