8266407: remove jdk.internal.javac.PreviewFeature.Feature.SEALED_CLASSES

Reviewed-by: jlahoda
This commit is contained in:
Vicente Romero 2021-07-06 23:06:00 +00:00
parent 7a4f08ae32
commit 01c29d8f2c

View File

@ -54,10 +54,6 @@ public @interface PreviewFeature {
public boolean reflective() default false;
public enum Feature {
/*
* This one can only be removed after JDK 17
*/
SEALED_CLASSES,
SWITCH_PATTERN_MATCHING,
/**
* A key for testing.