8309534: @JEP(number=430, title="String Templates") should use default status

Reviewed-by: alanb
This commit is contained in:
Jim Laskey 2023-06-06 13:01:04 +00:00
parent 8f0839bc55
commit ca6f07f9ab

View File

@ -68,7 +68,7 @@ public @interface PreviewFeature {
VIRTUAL_THREADS,
@JEP(number=442, title="Foreign Function & Memory API", status="Third Preview")
FOREIGN,
@JEP(number=430, title="String Templates", status="First Preview")
@JEP(number=430, title="String Templates")
STRING_TEMPLATES,
@JEP(number=443, title="Unnamed Patterns and Variables")
UNNAMED,