This is an automated email from the ASF dual-hosted git repository. aherbert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
commit ad04fff90d0107ca4182eccbaeeebe55d90a68b5 Author: Alex Herbert <aherb...@apache.org> AuthorDate: Mon Feb 24 21:16:10 2020 +0000 Set scope of method comments to protected. This was the original level before update of checkstyle config. --- src/conf/checkstyle.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/conf/checkstyle.xml b/src/conf/checkstyle.xml index 04d0fd1..2ef40de 100644 --- a/src/conf/checkstyle.xml +++ b/src/conf/checkstyle.xml @@ -48,7 +48,7 @@ limitations under the License. <module name="UnusedImports"/> <module name="NeedBraces"/> <module name="JavadocMethod"> - <property name="scope" value="public" /> + <property name="scope" value="protected" /> </module> <module name="ModifierOrder"/> <module name="RedundantModifier"/>