qxo created COLLECTIONS-437:
-------------------------------
Summary: 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
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