Skip to content

Commit

Permalink
Automatic merge of jdk:master into master
Browse files Browse the repository at this point in the history
  • Loading branch information
duke committed May 17, 2020
2 parents ad17027 + 42bad03 commit bcc95f9
Showing 1 changed file with 3 additions and 1 deletion.
Expand Up @@ -62,7 +62,7 @@ public enum SourceVersion {
* 13: no changes (switch expressions and text blocks in preview)
* 14: switch expressions (pattern matching and records in
* preview, text blocks in preview again)
* 15: TBD
* 15: text blocks (records and pattern matching in preview again)
*/

/**
Expand Down Expand Up @@ -211,6 +211,8 @@ public enum SourceVersion {
* The version recognized by the Java Platform, Standard Edition
* 15.
*
* Additions in this release include text blocks.
*
* @since 15
*/
RELEASE_15;
Expand Down

0 comments on commit bcc95f9

Please sign in to comment.