Skip to content

Commit

Permalink
scope is now accessModifiers
Browse files Browse the repository at this point in the history
Change-Id: Ifa5e9f36ba81bca3de77b62d25ac2d4eb417dd40
  • Loading branch information
suztomo committed Dec 20, 2024
1 parent be89234 commit a06a162
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 @@ -67,7 +67,7 @@ page at http://checkstyle.sourceforge.net/config.html -->
<!-- Checks for Javadoc comments. -->
<!-- See http://checkstyle.sf.net/config_javadoc.html -->
<module name="JavadocMethod">
<property name="scope" value="protected"/>
<property name="accessModifiers" value="protected"/>
<property name="severity" value="warning"/>
<property name="allowMissingParamTags" value="true"/>
<property name="allowMissingReturnTag" value="true"/>
Expand Down

0 comments on commit a06a162

Please sign in to comment.