mirror of https://github.com/apache/lucene.git
Typo in class name corrected.
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1358994 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
571faf7aa5
commit
9381a771ab
|
@ -9,7 +9,6 @@ import java.util.Map;
|
||||||
import org.apache.lucene.analysis.*;
|
import org.apache.lucene.analysis.*;
|
||||||
import org.apache.lucene.analysis.core.SimpleAnalyzer;
|
import org.apache.lucene.analysis.core.SimpleAnalyzer;
|
||||||
import org.apache.lucene.analysis.core.WhitespaceAnalyzer;
|
import org.apache.lucene.analysis.core.WhitespaceAnalyzer;
|
||||||
import org.apache.lucene.analysis.core.WhitespaceTokenizer;
|
|
||||||
import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
|
import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
@ -29,7 +28,7 @@ import org.apache.lucene.analysis.tokenattributes.CharTermAttribute;
|
||||||
* limitations under the License.
|
* limitations under the License.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
public class TestPerFieldAnalzyerWrapper extends BaseTokenStreamTestCase {
|
public class TestPerFieldAnalyzerWrapper extends BaseTokenStreamTestCase {
|
||||||
public void testPerField() throws Exception {
|
public void testPerField() throws Exception {
|
||||||
String text = "Qwerty";
|
String text = "Qwerty";
|
||||||
|
|
Loading…
Reference in New Issue