Skip to content

Commit 671b816

Browse files
committed
Replace scope with accessModifiers in JavadocVariable check
see checkstyle/checkstyle#9280
1 parent 9b5e11b commit 671b816

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

etc/checkstyle-java-configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<module name="JavadocMethod"/>
5050
<module name="JavadocParagraph"/>
5151
<module name="JavadocVariable">
52-
<property name="scope" value="protected"/>
52+
<property name="accessModifiers" value="protected"/>
5353
<property name="tokens" value="VARIABLE_DEF"/>
5454
</module>
5555
<module name="MissingJavadocMethodCheck">

etc/checkstyle-tests-configuration.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
<module name="JavadocMethod"/>
5050
<module name="JavadocParagraph"/>
5151
<module name="JavadocVariable">
52-
<property name="scope" value="protected"/>
52+
<property name="accessModifiers" value="protected"/>
5353
<property name="tokens" value="VARIABLE_DEF"/>
5454
</module>
5555
<module name="MissingJavadocMethodCheck">

0 commit comments

Comments
 (0)