Skip to content

Commit

Permalink
Fix checkstyle.xml syntax for bump to 8.45.1
Browse files Browse the repository at this point in the history
  • Loading branch information
tdonohue committed Oct 29, 2024
1 parent 1a8ccb4 commit b11f4e0
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 @@ -92,7 +92,7 @@ For more information on CheckStyle configurations below, see: http://checkstyle.
<!-- Requirements for Javadocs for methods -->
<module name="JavadocMethod">
<!-- All public methods MUST HAVE Javadocs -->
<property name="scope" value="public"/>
<property name="accessModifiers" value="public"/>
<!-- Allow params, throws and return tags to be optional -->
<property name="allowMissingParamTags" value="true"/>
<property name="allowMissingReturnTag" value="true"/>
Expand Down

0 comments on commit b11f4e0

Please sign in to comment.