[ 
https://issues.apache.org/jira/browse/COLLECTIONS-386?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Gary D. Gregory updated COLLECTIONS-386:
----------------------------------------

    Affects Version/s: 3.2.1
        Fix Version/s: Nightly Builds
    
> CollectionUtils.removeAll(Collection, Collection) has an CopyPaste-Failure
> --------------------------------------------------------------------------
>
>                 Key: COLLECTIONS-386
>                 URL: https://issues.apache.org/jira/browse/COLLECTIONS-386
>             Project: Commons Collections
>          Issue Type: Bug
>    Affects Versions: 3.2.1
>         Environment: commons-collections-3.2.1.jar
>            Reporter: Steininger Thomas
>            Priority: Critical
>             Fix For: Nightly Builds
>
>
> public static Collection removeAll(Collection collection, Collection remove) {
>         return ListUtils.retainAll(collection, remove);
>     }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to