This is an automated email from the ASF dual-hosted git repository. ggregory pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-collections.git
The following commit(s) were added to refs/heads/master by this push: new 8c563f2 Remove the parentheses in the error message in CircularFifoQueue #107. new b398b82 Merge branch 'master' of https://gitbox.apache.org/repos/asf/commons-collections.git 8c563f2 is described below commit 8c563f2b455cce3fb0948af369cc00ff93dc335a Author: Gary Gregory <ggreg...@rocketsoftware.com> AuthorDate: Fri Nov 1 11:45:01 2019 -0400 Remove the parentheses in the error message in CircularFifoQueue #107. --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index b8efcc4..02304bf 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -72,6 +72,9 @@ <action dev="ggregory" type="add" due-to="dota17"> Add a test case AbstractMultiValuedMapTest#testMultiValuedMapIterator() #108. </action> + <action dev="ggregory" type="update" due-to="dota17"> + Remove the parentheses in the error message in CircularFifoQueue #107. + </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">