Partha-SUST16 opened a new pull request, #674:
URL: https://github.com/apache/commons-collections/pull/674

   Fixes 
[COLLECTIONS-887](https://issues.apache.org/jira/browse/COLLECTIONS-887)
   
   Added `Objects.requireNonNull(key, "key")` to `remove(key)`, `remove(key, 
value)`, `replace(key, value)`, and `replace(key, oldValue, newValue)` in 
`ConcurrentReferenceHashMap` to ensure null key contract is enforced explicitly 
and consistently regardless of map configuration.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to