mirror of
https://codeberg.org/Mercury-IM/Smack
synced 2024-11-21 13:52:06 +01:00
[checkstyle] Enable JavadocMethod also for protected methods
This commit is contained in:
parent
ebe5c49e92
commit
65aa543c57
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue