mirror of https://github.com/apache/lucene.git
LUCENE-2510: add note
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/branches/lucene2510@1365416 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
07f84ee57f
commit
862dd75357
|
@ -49,7 +49,7 @@ import org.apache.lucene.util.LuceneTestCase;
|
|||
|
||||
/**
|
||||
* Tests that any newly added Tokenizers/TokenFilters/CharFilters have a
|
||||
* corresponding factory.
|
||||
* corresponding factory (and that the SPI configuration is correct)
|
||||
*/
|
||||
public class TestAllAnalyzersHaveFactories extends LuceneTestCase {
|
||||
|
||||
|
|
Loading…
Reference in New Issue