Integrated: 8274255: Update javac messages to use "enum class" rather than "enum type"
Joe Darcy
darcy at openjdk.java.net
Mon Sep 27 16:32:03 UTC 2021
On Fri, 24 Sep 2021 19:11:08 GMT, Joe Darcy <darcy at openjdk.org> wrote:
> As a belated part of the terminology update (JDK-8246772), change
>
> enum type -> enum class
> annotation type -> annotation interface
>
> in javac's compiler.properties files. General analysis of the use of "type" in that file is beyond the scope of this PR.
This pull request has now been integrated.
Changeset: 172900da
Author: Joe Darcy <darcy at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/172900dab133aad9029c904101ff9ddaaced6a8f
Stats: 22 lines in 1 file changed: 0 ins; 0 del; 22 mod
8274255: Update javac messages to use "enum class" rather than "enum type"
Reviewed-by: vromero
-------------
PR: https://git.openjdk.java.net/jdk/pull/5689
More information about the compiler-dev
mailing list