Skip to content

Commit 58530f4

Browse files
author
Alan Bateman
committed
8321223: Implementation of Scoped Values (Second Preview)
Reviewed-by: psandoz, mcimadamore
1 parent 2f9e70e commit 58530f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/java.base/share/classes/jdk/internal/javac/PreviewFeature.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ public enum Feature {
7373
UNNAMED_CLASSES,
7474
@JEP(number=463, title="Implicitly Declared Classes and Instance Main Methods", status="Preview")
7575
IMPLICIT_CLASSES,
76-
@JEP(number=446, title="Scoped Values", status="Preview")
76+
@JEP(number=464, title="Scoped Values", status="Second Preview")
7777
SCOPED_VALUES,
7878
@JEP(number=462, title="Structured Concurrency", status="Second Preview")
7979
STRUCTURED_CONCURRENCY,

0 commit comments

Comments
 (0)