Fix javadoc problem (there are a lot more, see separate issue). We need some cleanup after removing all deprecated APIs!

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@829219 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2009-10-23 20:42:41 +00:00
parent 831f665ba8
commit 35fb2e4950
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ public final class StopAnalyzer extends Analyzer {
}
/** Builds an analyzer which removes words in
* {@link #ENGLISH_STOP_WORDS}.
* {@link #ENGLISH_STOP_WORDS_SET}.
* @param matchVersion See <a href="#version">above</a>
*/
public StopAnalyzer(Version matchVersion) {