Fix Javadoc warnings

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175425 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2011-09-25 16:24:41 +00:00
parent 4d44198e0d
commit 0a1d2dd8ec
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ import org.apache.solr.util.plugin.ResourceLoaderAware;
* dictionary="en_GB.dic,my_custom.dic"
* affix=&quot;en_GB.aff&quot;/&gt;</pre>
* Dictionaries for many languages are available through the OpenOffice project
* See http://wiki.services.openoffice.org/wiki/Dictionaries
* <p>See: <a href="http://wiki.services.openoffice.org/wiki/Dictionaries">OpenOffice Dictionaries</a>
*/
public class HunspellStemFilterFactory extends BaseTokenFilterFactory implements ResourceLoaderAware {