We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab90994 commit 2fca01fCopy full SHA for 2fca01f
checkstyle.xml
@@ -287,7 +287,7 @@
287
<property name="tokens" value="METHOD_DEF, CTOR_DEF, ANNOTATION_FIELD_DEF"/>
288
</module>
289
<module name="MissingJavadocMethod">
290
- <property name="accessModifiers" value="public"/>
+ <property name="scope" value="public"/>
291
<property name="minLineCount" value="2"/>
292
<property name="allowedAnnotations" value="Override, Test"/>
293
0 commit comments