mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-18 18:14:38 +02:00
8266407: remove jdk.internal.javac.PreviewFeature.Feature.SEALED_CLASSES
Reviewed-by: jlahoda
This commit is contained in:
parent
7a4f08ae32
commit
01c29d8f2c
1 changed files with 0 additions and 4 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue