You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2021/05/09 19:12:07 UTC

[commons-collections] 01/03: Upgrade Checkstyle syntax (was scope, now it is accessModifiers) fixing CI build.

This is an automated email from the ASF dual-hosted git repository.

kinow pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-collections.git

commit 9d987a3a5d5f5bbf55269880c1718089d48b53ab
Author: XenoAmess <xe...@gmail.com>
AuthorDate: Mon May 10 01:29:59 2021 +0800

    Upgrade Checkstyle syntax (was scope, now it is accessModifiers) fixing CI build.
---
 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 4deb825..0b79c22 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="protected" />
+      <property name="accessModifiers" value="protected" />
     </module>
     <module name="ModifierOrder"/>
     <module name="RedundantModifier"/>