Skip to content

Commit

Permalink
Update checkstyle.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmastrac authored Mar 23, 2023
1 parent c0c6958 commit 6ca7be9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion checkstyle.xml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
<!-- Checks for Javadoc comments. -->
<!-- See http://checkstyle.sf.net/config_javadoc.html -->
<module name="JavadocMethod">
<property name="scope" value="public" />
<property name="accessModifiers" value="public" />
<property name="allowMissingParamTags" value="true" />
<property name="allowMissingReturnTag" value="true" />
</module>
Expand Down

0 comments on commit 6ca7be9

Please sign in to comment.