Integrated: 8266407: remove jdk.internal.javac.PreviewFeature.Feature.SEALED_CLASSES
Vicente Romero
vromero at openjdk.java.net
Tue Jul 6 23:08:57 UTC 2021
On Wed, 23 Jun 2021 20:57:24 GMT, Vicente Romero <vromero at openjdk.org> wrote:
> Enum constant: jdk.internal.javac.PreviewFeature.Feature.SEALED_CLASSES was not removed when Sealed Classes were made final because the build was failing without it. Now that the feature is final we should be able to safely removed it. This is the intention of this patch.
>
> TIA,
> Vicente
This pull request has now been integrated.
Changeset: 01c29d8f
Author: Vicente Romero <vromero at openjdk.org>
URL: https://git.openjdk.java.net/jdk/commit/01c29d8f2c865009c0d5379ba2e2cd4d3015f018
Stats: 4 lines in 1 file changed: 0 ins; 4 del; 0 mod
8266407: remove jdk.internal.javac.PreviewFeature.Feature.SEALED_CLASSES
Reviewed-by: jlahoda
-------------
PR: https://git.openjdk.java.net/jdk/pull/4578
More information about the core-libs-dev
mailing list