Skip to content

Commit

Permalink
Merge pull request #866 from JasonFengJ9/previewfeatures
Browse files Browse the repository at this point in the history
Temporarily restore PreviewFeature.Feature.FOREIGN & STRING_TEMPLATES
  • Loading branch information
pshipton authored Oct 23, 2024
2 parents 674854c + 998d1e8 commit 149f51a
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ public enum Feature {
// Not used, but required by interim javac with Java 21 bootjdk.
@JEP(number=445, title="Unnamed Classes and Instance Main Methods", status="Deprecated")
UNNAMED_CLASSES,
FOREIGN,
@JEP(number=459, title="String Templates", status="Second Preview")
STRING_TEMPLATES,
/**
* A key for testing.
*/
Expand Down

0 comments on commit 149f51a

Please sign in to comment.