8232684: Make switch expressions final

Reviewed-by: alanb, mcimadamore, kvn
This commit is contained in:
Jan Lahoda 2019-11-12 06:32:13 +00:00
parent f390c87d8d
commit 29852ecd80
134 changed files with 139 additions and 396 deletions

View file

@ -54,7 +54,6 @@ public @interface PreviewFeature {
public boolean essentialAPI() default false;
public enum Feature {
SWITCH_EXPRESSIONS,
TEXT_BLOCKS;
}
}