mirror of https://github.com/apache/lucene.git
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:
parent
831f665ba8
commit
35fb2e4950
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue