On Tue, 8 Dec 2020 16:21:09 GMT, Julia Boes <jb...@openjdk.org> wrote:

>> This change applies a stricter semantic distinction of 'type' versus 'class 
>> and interface'. This is based on the JLS changes described in the 
>> "Consistent Class and Interface Terminology" document: 
>> https://download.java.net/java/early_access/jdk16/docs/specs/class-terminology-jls.html.
>> 
>> The following rules were applied:
>> - 'class' and/or 'interface' are used when referring to the class/interface 
>> itself
>> - 'type' is used when referring to the type of a variable or expression
>
> Julia Boes has updated the pull request incrementally with one additional 
> commit since the last revision:
> 
>   adjust 1 change in Enum.java

Marked as reviewed by dfuchs (Reviewer).

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

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

Reply via email to