You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2019/11/01 15:39:50 UTC

[commons-collections] branch master updated: [COLLECTIONS-674] Add CollectionUtils removeRange, removeCount #91.

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 37c770f  [COLLECTIONS-674] Add CollectionUtils removeRange, removeCount #91.
37c770f is described below

commit 37c770f29e5f5c90b2f00629847dae2891701354
Author: Gary Gregory <gg...@rocketsoftware.com>
AuthorDate: Fri Nov 1 11:39:47 2019 -0400

    [COLLECTIONS-674] Add CollectionUtils removeRange, removeCount #91.
---
 src/changes/changes.xml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4017c56..c8648ee 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -67,7 +67,7 @@
       Add three test cases in UnmodifiableQueueTest #105.
     </action>
     <action issue="COLLECTIONS-674" dev="ggregory" type="add" due-to="dota17">
-      Add drain method to CollectionUtils #91.
+      Add CollectionUtils removeRange, removeCount #91.
     </action>
   </release>
   <release version="4.4" date="2019-07-05" description="Maintenance release.">