mirror of https://github.com/apache/lucene.git
- 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:
parent
ff86319f03
commit
74e68c9287
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue