[
https://issues.apache.org/jira/browse/COLLECTIONS-437?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Thomas Neidhart reopened COLLECTIONS-437:
-----------------------------------------
> CollectionUtils.removeAll invoke ListUtils.retainAll !!!
> --------------------------------------------------------
>
> Key: COLLECTIONS-437
> URL: https://issues.apache.org/jira/browse/COLLECTIONS-437
> Project: Commons Collections
> Issue Type: Bug
> Reporter: qxo
> Priority: Critical
> Fix For: 4.0
>
>
> 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
For more information on JIRA, see: http://www.atlassian.com/software/jira