[checkstyle] Enable JavadocMethod also for protected methods

This commit is contained in:
Florian Schmaus 2020-05-23 22:49:44 +02:00
parent ebe5c49e92
commit 65aa543c57
1 changed files with 1 additions and 1 deletions

View File

@ -104,7 +104,7 @@
</module>
<module name="JavadocMethod">
<!-- TODO stricten those checks -->
<property name="scope" value="public"/>
<property name="scope" value="protected"/>
<property name="allowMissingJavadoc" value="true"/>
<property name="suppressLoadErrors" value="true"/>
</module>