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:
Mark Robert Miller 2010-03-20 15:02:12 +00:00
parent 55f589ae9e
commit dcf9dde9ea
1 changed files with 0 additions and 1 deletions

View File

@ -35,7 +35,6 @@ public class RefCntRamDirectory extends RAMDirectory {
public final synchronized void close() {
if (isOpen) {
decRef();
super.close();
}
}