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
         Environment: commons-collections-3.2.1.jar
            Reporter: Steininger Thomas
            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: 
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