RFR: 8253455: Record Classes javax.lang.model changes [v6]

Vicente Romero vromero at openjdk.java.net
Sat Oct 10 18:21:23 UTC 2020


On Sat, 10 Oct 2020 16:54:06 GMT, Joe Darcy <darcy at openjdk.org> wrote:

>> Vicente Romero has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   updating @since from 14 to 16
>
> src/java.base/share/classes/jdk/internal/PreviewFeature.java line 65:
> 
>> 63:         // necessary for PreviewFeature in JDK 15 to declare the enum constant.
>> 64:         TEXT_BLOCKS,
>> 65:         /*
> 
> It doesn't really matter, but it would look more consistent if TEXT_BLOCKS and RECORDS used the same kind of comment
> syntax.

thanks for the comment, I have uploaded commit
[a037310](https://github.com/openjdk/jdk/pull/291/commits/a03731005bae069a18e4ef2f0dced7019c2a4081) to fix this

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

PR: https://git.openjdk.java.net/jdk/pull/291


More information about the core-libs-dev mailing list