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:08 UTC

[commons-collections] 02/03: Add Checkstyle syntax fix to changelog with link to PR (issue is COMMONSSITE-145)

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 ba755a29ba1edf1c1cac9650914c848988ac3a77
Author: Bruno P. Kinoshita <ki...@apache.org>
AuthorDate: Mon May 10 07:04:26 2021 +1200

    Add Checkstyle syntax fix to changelog with link to PR (issue is COMMONSSITE-145)
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index db57c38..2b1ca0b 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -264,6 +264,9 @@
     <action type="update" dev="kinow" due-to="Dependabot">
       Bump easymock from 4.2 to 4.3 #226.
     </action>
+    <action type="fix" dev="kinow" due-to="Jin Xu">
+      Fix checkstyle syntax (was scope, is now accessModifiers) via PR #235.
+    </action>
   </release>
   <release version="4.4" date="2019-07-05" description="Maintenance release.">
     <action issue="COLLECTIONS-710" dev="ggregory" type="fix" due-to="Yu Shi, Gary Gregory">