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:
Robert Muir 2012-07-25 02:59:34 +00:00
parent 07f84ee57f
commit 862dd75357
1 changed files with 1 additions and 1 deletions

View File

@ -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 {