Skip to content

Commit

Permalink
Merge pull request #3623 from mernst/java_17
Browse files Browse the repository at this point in the history
Fix documentation of `JAVA_17`
  • Loading branch information
jlerbsc committed Jun 30, 2022
2 parents a905676 + f284ce3 commit c52c538
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -158,11 +158,11 @@ public enum LanguageLevel {
*/
JAVA_16_PREVIEW(new Java16PreviewValidator(), new Java16PostProcessor()),
/**
* Java 16
* Java 17
*/
JAVA_17(new Java17Validator(), new Java17PostProcessor()),
/**
* Java 16 -- including incubator/preview/second preview features.
* Java 17 -- including incubator/preview/second preview features.
* Note that preview features, unless otherwise specified, follow the grammar and behaviour of the latest released JEP for that feature.
*/
JAVA_17_PREVIEW(new Java17PreviewValidator(), new Java17PostProcessor());
Expand Down

0 comments on commit c52c538

Please sign in to comment.