Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
<module name="JavadocMethod"> <property name="scope" value="protected"/> </module> under the TreeWalker module, due to a breaking change in checkstyle 8.42 (8.44 is latest) this should now be <module name="JavadocMethod"> <property name="accessModifiers" value="public, protected"/> </module>
- Loading branch information