Skip to content

Commit 2fca01f

Browse files
scope wasn't deleted on the other one
Signed-off-by: Justin Abrahms <[email protected]>
1 parent ab90994 commit 2fca01f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

checkstyle.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,7 @@
287287
<property name="tokens" value="METHOD_DEF, CTOR_DEF, ANNOTATION_FIELD_DEF"/>
288288
</module>
289289
<module name="MissingJavadocMethod">
290-
<property name="accessModifiers" value="public"/>
290+
<property name="scope" value="public"/>
291291
<property name="minLineCount" value="2"/>
292292
<property name="allowedAnnotations" value="Override, Test"/>
293293
<property name="tokens" value="METHOD_DEF, CTOR_DEF, ANNOTATION_FIELD_DEF"/>

0 commit comments

Comments
 (0)