]
William Burns updated ISPN-5621:
--------------------------------
Status: Pull Request Sent (was: Open)
Git Pull Request:
Remove add and addAll support from entrySet methods.
----------------------------------------------------
Key: ISPN-5621
URL:
https://issues.jboss.org/browse/ISPN-5621
Project: Infinispan
Issue Type: Bug
Components: Core
Affects Versions: 8.0.0.Beta1
Reporter: William Burns
Fix For: 8.0.0.Final
Map entrySet method already defines this method to not support add/addAll methods. We
should remove support from our implementation as well then.
https://docs.oracle.com/javase/8/docs/api/java/util/Map.html#entrySet--