analysis.jsp accidentally created tokenstream again with an exhausted reader

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@801495 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2009-08-06 02:12:46 +00:00
parent cf9f9281ad
commit 118c25391c
1 changed files with 0 additions and 1 deletions

View File

@ -199,7 +199,6 @@
reader.reset();
TokenStream tstream = tfac.create(reader);
List<Token> tokens = getTokens(tstream);
tstream = tfac.create(reader);
if (verbose) {
writeHeader(out, tfac.getClass(), tfac.getArgs());
}