mirror of
https://github.com/apache/commons-collections.git
synced 2025-02-17 15:35:00 +00:00
Ignore javadoc for private methods in checkstyle config.
git-svn-id: https://svn.apache.org/repos/asf/commons/proper/collections/trunk@1361726 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
846c7e2733
commit
bb3cc3de88
@ -50,6 +50,7 @@
|
|||||||
<!-- Require method javadocs, allow undeclared RTE -->
|
<!-- Require method javadocs, allow undeclared RTE -->
|
||||||
<module name="JavadocMethod">
|
<module name="JavadocMethod">
|
||||||
<property name="allowUndeclaredRTE" value="true" />
|
<property name="allowUndeclaredRTE" value="true" />
|
||||||
|
<property name="scope" value="protected" />
|
||||||
</module>
|
</module>
|
||||||
|
|
||||||
<!-- Require hash code override when equals is -->
|
<!-- Require hash code override when equals is -->
|
||||||
|
Loading…
x
Reference in New Issue
Block a user