Skip to content

Commit 01c29d8

Browse files
author
Vicente Romero
committed
8266407: remove jdk.internal.javac.PreviewFeature.Feature.SEALED_CLASSES
Reviewed-by: jlahoda
1 parent 7a4f08a commit 01c29d8

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/java.base/share/classes/jdk/internal/javac/PreviewFeature.java

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,6 @@
5454
public boolean reflective() default false;
5555

5656
public enum Feature {
57-
/*
58-
* This one can only be removed after JDK 17
59-
*/
60-
SEALED_CLASSES,
6157
SWITCH_PATTERN_MATCHING,
6258
/**
6359
* A key for testing.

0 commit comments

Comments
 (0)