Skip to content

Commit bcc95f9

Browse files
author
duke
committed
Automatic merge of jdk:master into master
2 parents ad17027 + 42bad03 commit bcc95f9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ public enum SourceVersion {
6262
* 13: no changes (switch expressions and text blocks in preview)
6363
* 14: switch expressions (pattern matching and records in
6464
* preview, text blocks in preview again)
65-
* 15: TBD
65+
* 15: text blocks (records and pattern matching in preview again)
6666
*/
6767

6868
/**
@@ -211,6 +211,8 @@ public enum SourceVersion {
211211
* The version recognized by the Java Platform, Standard Edition
212212
* 15.
213213
*
214+
* Additions in this release include text blocks.
215+
*
214216
* @since 15
215217
*/
216218
RELEASE_15;

0 commit comments

Comments
 (0)