- Removed extra ;

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@496283 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2007-01-15 11:45:04 +00:00
parent ff86319f03
commit 74e68c9287
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ public final class ChineseTokenizer extends Tokenizer {
if (bufferIndex >= dataLen) {
dataLen = input.read(ioBuffer);
bufferIndex = 0;
};
}
if (dataLen == -1) return flush();
else