mirror of https://github.com/apache/lucene.git
fix javadoc typo
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1143042 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
868ca9c554
commit
6266e11571
|
@ -25,7 +25,7 @@ import org.apache.lucene.analysis.core.WhitespaceTokenizer;
|
|||
|
||||
/**
|
||||
* Tests for {@link SmartChineseSentenceTokenizerFactory} and
|
||||
* {@link SmartCHineseWordTokenFilterFactory}
|
||||
* {@link SmartChineseWordTokenFilterFactory}
|
||||
*/
|
||||
public class TestSmartChineseFactories extends BaseTokenTestCase {
|
||||
/** Test showing the behavior with whitespace */
|
||||
|
|
Loading…
Reference in New Issue