mirror of https://github.com/apache/lucene.git
remove an unused variable
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150409 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
dc74bab798
commit
043baabb62
|
@ -44,9 +44,6 @@ class CompoundFileReader extends Directory {
|
|||
private Directory directory;
|
||||
private String fileName;
|
||||
|
||||
// Reference count
|
||||
private boolean open;
|
||||
|
||||
private InputStream stream;
|
||||
private HashMap entries = new HashMap();
|
||||
|
||||
|
@ -226,7 +223,7 @@ class CompoundFileReader extends Directory {
|
|||
*/
|
||||
protected void seekInternal(long pos) {}
|
||||
|
||||
/** Closes the stream to futher operations. */
|
||||
/** Closes the stream to further operations. */
|
||||
public void close() {}
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue