- Javadoc fixes

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@657182 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2008-05-16 19:28:13 +00:00
parent 12bde0cc22
commit b434a76159
1 changed files with 2 additions and 2 deletions

View File

@ -23,8 +23,8 @@ import org.apache.solr.util.AbstractSolrTestCase;
* This is a test case to test the SpellCheckerRequestHandler class.
* It tests:
* <ul>
* <li>The generation of the spell checkers list with a 10 words</li>
* <li>The identification of the word that was being spell checked</li>
* <li>The generation of the spell checkers list with 10 words</li>
* <li>The identification of the word that was being spell-checked</li>
* <li>The confirmation if the word exists or not in the index</li>
* <li>The suggested list of a correctly and incorrectly spelled words</li>
* <li>The suggestions for both correct and incorrect words</li>