8331346: Update PreviewFeature of STREAM_GATHERERS to JEP-473

Reviewed-by: pminborg, alanb
This commit is contained in:
Viktor Klang 2024-04-30 15:11:04 +00:00
parent 33e81229bd
commit 2cc8eccb36

View File

@ -79,7 +79,7 @@ public @interface PreviewFeature {
STRUCTURED_CONCURRENCY,
@JEP(number=466, title="ClassFile API", status="Second Preview")
CLASSFILE_API,
@JEP(number=461, title="Stream Gatherers", status="Preview")
@JEP(number=473, title="Stream Gatherers", status="Second Preview")
STREAM_GATHERERS,
LANGUAGE_MODEL,
/**