summaryrefslogtreecommitdiff
path: root/tools/checkstyle.xml
diff options
context:
space:
mode:
Diffstat (limited to 'tools/checkstyle.xml')
-rw-r--r--tools/checkstyle.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/checkstyle.xml b/tools/checkstyle.xml
index 2e7ed7cf..b2648ea5 100644
--- a/tools/checkstyle.xml
+++ b/tools/checkstyle.xml
@@ -84,7 +84,7 @@
value="CLASS_DEF, INTERFACE_DEF, ENUM_DEF, METHOD_DEF, CTOR_DEF, VARIABLE_DEF" />
</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"