Skip to content

Commit

Permalink
Issue checkstyle#10818: set javadoc level to private
Browse files Browse the repository at this point in the history
  • Loading branch information
pbludov authored and romani committed Sep 25, 2021
1 parent ba56825 commit 05c4e5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@
com.puppycrawl.tools.checkstyle.grammar.javadoc:
</excludePackageNames>
<source>${java.version}</source>
<show>package</show>
<show>private</show>
<failOnError>true</failOnError>
<failOnWarnings>true</failOnWarnings>
<linksource>true</linksource>
Expand Down

0 comments on commit 05c4e5e

Please sign in to comment.