mirror of https://github.com/apache/lucene.git
remove a close that doesn't belong
git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/branches/newtrunk@925621 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
55f589ae9e
commit
dcf9dde9ea
|
@ -35,7 +35,6 @@ public class RefCntRamDirectory extends RAMDirectory {
|
|||
public final synchronized void close() {
|
||||
if (isOpen) {
|
||||
decRef();
|
||||
super.close();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue