[ 
http://issues.apache.org/jira/browse/COLLECTIONS-222?page=comments#action_12429071
 ] 
            
Matt Benson commented on COLLECTIONS-222:
-----------------------------------------

duplicate of COLLECTIONS-219

> CollectionUtils removeAll is actually retainAll
> -----------------------------------------------
>
>                 Key: COLLECTIONS-222
>                 URL: http://issues.apache.org/jira/browse/COLLECTIONS-222
>             Project: Commons Collections
>          Issue Type: Bug
>          Components: Collection
>    Affects Versions: 3.2
>            Reporter: Tim Lenz
>
> The removeAll(Collection collection, Collection remove) method calls 
> ListUtils.retainAll(collection, remove)
> instead of ListUtils.removeAll(Collection collection, Collection remove)
> Should be an easy fix

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to