Skip to content

Commit

Permalink
Make the markdown feature as standard (#2906)
Browse files Browse the repository at this point in the history
  • Loading branch information
jarthana authored Sep 5, 2024
1 parent 9a5c7a0 commit 3a89f5f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ public enum JavaFeature {
MARKDOWN_COMMENTS(ClassFileConstants.JDK23,
Messages.bind(Messages.markdown_comments),
CharOperation.NO_CHAR_CHAR,
true),
false),
;

final long compliance;
Expand Down

0 comments on commit 3a89f5f

Please sign in to comment.