Skip to content

Commit 525f33b

Browse files
committed
8345324: Update comment in SourceVersion for language evolution history for changes in 24
Reviewed-by: iris
1 parent d6a5f1b commit 525f33b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/java.compiler/share/classes/javax/lang/model/SourceVersion.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,10 @@ public enum SourceVersion {
7777
* switch in preview, module Import Declarations in preview,
7878
* implicitly declared classes and instance main in third
7979
* preview, flexible constructor bodies in second preview)
80-
* 24: tbd
80+
* 24: no changes (primitive Types in Patterns, instanceof, and
81+
* switch in second preview, module Import Declarations in second
82+
* preview, simple source files and instance main in fourth
83+
* preview, flexible constructor bodies in third preview)
8184
*/
8285

8386
/**

0 commit comments

Comments
 (0)