remove redundant ensureOpen

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@782321 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2009-06-07 00:31:57 +00:00
parent c91e76d0a5
commit d8e7b96839
1 changed files with 0 additions and 1 deletions

View File

@ -320,7 +320,6 @@ public class ParallelReader extends IndexReader {
public void getTermFreqVector(int docNumber, TermVectorMapper mapper) throws IOException {
ensureOpen();
ensureOpen();
Iterator i = fieldToReader.entrySet().iterator();
while (i.hasNext()) {