]
Manik Surtani resolved ISPN-803.
--------------------------------
Resolution: Done
Update status of unsupported operations in Javadoc fror RemoteCache
-------------------------------------------------------------------
Key: ISPN-803
URL:
https://jira.jboss.org/browse/ISPN-803
Project: Infinispan
Issue Type: Bug
Affects Versions: 4.1.0.Final, 4.2.0.CR2
Reporter: Richard Achmatowicz
Assignee: Manik Surtani
Fix For: 4.2.0.CR3, 4.2.0.Final
The javadoc for the interface org.infinispan.client.hotrod.RemoteCache incorrectly marks
a number of operations as supported, whereas the code throws an
UnsupportedOperationException when the se methods are invoked.
The methods in question are:
void evict()
Configuration getConfiguration()
void addListener()
Set<Object> getListeners()
void removeListener()
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see: