fixing Bug 19189

finally after 1 year :-(


git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@150290 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christoph Goller 2004-04-19 14:06:27 +00:00
parent 9f5d7feafb
commit 995cee2769
1 changed files with 1 additions and 2 deletions

View File

@ -35,8 +35,7 @@ extends SegmentTermDocs implements TermPositions {
super.seek(ti);
if (ti != null)
proxStream.seek(ti.proxPointer);
else
proxCount = 0;
proxCount = 0;
}
public final void close() throws IOException {