Skip to content

Commit 2cc8ecc

Browse files
author
Viktor Klang
committedApr 30, 2024
8331346: Update PreviewFeature of STREAM_GATHERERS to JEP-473
Reviewed-by: pminborg, alanb
1 parent 33e8122 commit 2cc8ecc

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ public enum Feature {
7979
STRUCTURED_CONCURRENCY,
8080
@JEP(number=466, title="ClassFile API", status="Second Preview")
8181
CLASSFILE_API,
82-
@JEP(number=461, title="Stream Gatherers", status="Preview")
82+
@JEP(number=473, title="Stream Gatherers", status="Second Preview")
8383
STREAM_GATHERERS,
8484
LANGUAGE_MODEL,
8585
/**

0 commit comments

Comments
 (0)
Please sign in to comment.