[
https://issues.jboss.org/browse/ISPN-830?page=com.atlassian.jira.plugin.s...
]
Manik Surtani commented on ISPN-830:
------------------------------------
@Sanne maybe it is better to fix this in 4.2.0 and deprecate the old method. E.g.,
void acquireReadLock(String s) {
...
}
@Deprecated // will be removed in 5.0
void aquireReadLock(String s) {
acquireReadLock(s);
}
Typo in public interface method
org.infinispan.lucene.readlocks.SegmentReadLocker.aquireReadLock(String)
--------------------------------------------------------------------------------------------------------
Key: ISPN-830
URL:
https://issues.jboss.org/browse/ISPN-830
Project: Infinispan
Issue Type: Bug
Components: Lucene Directory
Affects Versions: 4.2.0.CR3
Reporter: Sanne Grinovero
Assignee: Sanne Grinovero
Priority: Trivial
Fix For: 4.2.0.CR4, 4.2.0.Final
--
This message is automatically generated by JIRA.
-
For more information on JIRA, see:
http://www.atlassian.com/software/jira