Author: otis
Date: Fri May 16 12:28:13 2008
New Revision: 657182
URL: http://svn.apache.org/viewvc?rev=657182&view=rev
Log:
- Javadoc fixes
Modified:
lucene/solr/trunk/src/test/org/apache/solr/handler/SpellCheckerRequestHandlerTest.java
Modified:
lucene/solr/trunk/src/test/org/apache/solr/handler/SpellCheckerRequestHandlerTest.java
URL:
http://svn.apache.org/viewvc/lucene/solr/trunk/src/test/org/apache/solr/handler/SpellCheckerRequestHandlerTest.java?rev=657182&r1=657181&r2=657182&view=diff
==============================================================================
---
lucene/solr/trunk/src/test/org/apache/solr/handler/SpellCheckerRequestHandlerTest.java
(original)
+++
lucene/solr/trunk/src/test/org/apache/solr/handler/SpellCheckerRequestHandlerTest.java
Fri May 16 12:28:13 2008
@@ -23,8 +23,8 @@
* 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>