LUCENE-1863: fix doc link and remove unused folder

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@808472 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-08-27 15:53:03 +00:00
parent 6c3d17a399
commit 4d36053935
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ import java.util.Set;
/** Filters {@link StandardTokenizer} with {@link StandardFilter}, {@link
* LowerCaseFilter}, {@link StopFilter} and {@link SnowballFilter}.
*
* Available stemmers are listed in {@link net.sf.snowball.ext}. The name of a
* Available stemmers are listed in org.tartarus.snowball.ext. The name of a
* stemmer is the part of the class name before "Stemmer", e.g., the stemmer in
* {@link org.tartarus.snowball.ext.EnglishStemmer} is named "English".
*/