1
0
Fork 0
mirror of https://github.com/vanitasvitae/Smack.git synced 2024-06-19 18:04:49 +02:00

[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

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>