Skip to content

Commit

Permalink
8342679: Cleanup PreviewFeature.Feature
Browse files Browse the repository at this point in the history
  • Loading branch information
biboudis committed Oct 21, 2024
1 parent 8174cbd commit 8c948d2
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,6 @@
* Values should be annotated with the feature's {@code JEP}.
*/
public enum Feature {
// not used, but required for interim javac to not warn.
VIRTUAL_THREADS,
FOREIGN,
@JEP(number=459, title="String Templates", status="Second Preview")
STRING_TEMPLATES,
@JEP(number=477, title="Implicitly Declared Classes and Instance Main Methods", status="Third Preview")
IMPLICIT_CLASSES,
@JEP(number=481, title="Scoped Values", status="Third Preview")
Expand Down

0 comments on commit 8c948d2

Please sign in to comment.