[infinispan-issues] [JBoss JIRA] Commented: (ISPN-830) Typo in public interface method org.infinispan.lucene.readlocks.SegmentReadLocker.aquireReadLock(String)

Manik Surtani (JIRA) jira-events at lists.jboss.org
Tue Dec 14 05:47:52 EST 2010


    [ https://issues.jboss.org/browse/ISPN-830?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12569925#comment-12569925 ] 

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

        


More information about the infinispan-issues mailing list