Skip to content

Commit 66ded33

Browse files
author
Konstantinos Koutsilis
committed
JavadocVariable: Replaced property scope with new accessModifiers
1 parent d5a387e commit 66ded33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/resources/net/sourceforge/pmd/pmd-checkstyle-config.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
</module>
3939
<module name="JavadocVariable">
4040
<property name="severity" value="warning"/>
41-
<property name="scope" value="protected"/>
41+
<property name="accessModifiers" value="protected"/>
4242
</module>
4343
<module name="NonEmptyAtclauseDescription">
4444
<property name="severity" value="warning"/>

0 commit comments

Comments
 (0)