We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f7bb79 commit 5dee2a3Copy full SHA for 5dee2a3
src/java.base/share/classes/jdk/internal/javac/PreviewFeature.java
@@ -75,7 +75,7 @@ public enum Feature {
75
IMPLICIT_CLASSES,
76
@JEP(number=446, title="Scoped Values", status="Preview")
77
SCOPED_VALUES,
78
- @JEP(number=453, title="Structured Concurrency", status="Preview")
+ @JEP(number=462, title="Structured Concurrency", status="Second Preview")
79
STRUCTURED_CONCURRENCY,
80
@JEP(number=461, title="Stream Gatherers", status="Preview")
81
STREAM_GATHERERS,
0 commit comments