SOLR-2769: Fixed bad javadoc

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1175299 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Christopher John Male 2011-09-25 05:17:21 +00:00
parent 74d05c3664
commit fdde857f24
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
* See http://wiki.services.openoffice.org/wiki/Dictionaries
*/
public class HunspellStemFilterFactory extends BaseTokenFilterFactory implements ResourceLoaderAware {