Skip to content

Commit

Permalink
fix message
Browse files Browse the repository at this point in the history
  • Loading branch information
msridhar committed May 14, 2024
1 parent 86b6f7c commit de9bcaa
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -357,7 +357,7 @@ public Config(String[] args) {
"ll",
"language-level",
true,
"Java language level to use when parsing code. Supported values are 11 and 17. Defaults to 11.");
"Java language level to use when parsing code. Supported values are 11 and 17. Defaults to 17.");
languageLevelOption.setRequired(false);
options.addOption(languageLevelOption);

Expand Down

0 comments on commit de9bcaa

Please sign in to comment.