mirror of
https://github.com/openjdk/jdk.git
synced 2025-08-28 07:14:30 +02:00
8232684: Make switch expressions final
Reviewed-by: alanb, mcimadamore, kvn
This commit is contained in:
parent
f390c87d8d
commit
29852ecd80
134 changed files with 139 additions and 396 deletions
|
@ -54,7 +54,6 @@ public @interface PreviewFeature {
|
|||
public boolean essentialAPI() default false;
|
||||
|
||||
public enum Feature {
|
||||
SWITCH_EXPRESSIONS,
|
||||
TEXT_BLOCKS;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue