Skip to content

Commit

Permalink
FIX: Support for checkstyle versions 8.42 and higher
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviarla committed Feb 21, 2025
1 parent 8c9a6e3 commit 752aa69
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 @@ -161,7 +161,7 @@
</module>
-->
<module name="JavadocMethod">
<property name="scope" value="public"/>
<property name="accessModifiers" value="public"/>
<property name="allowMissingParamTags" value="true"/>
<property name="allowMissingReturnTag" value="true"/>
<property name="allowedAnnotations" value="Override, Test"/>
Expand Down

0 comments on commit 752aa69

Please sign in to comment.