mirror of https://github.com/apache/lucene.git
add missing closing paren to docs
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@885110 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
c0c5b9c2f0
commit
0f75eeadaf
|
@ -37,7 +37,7 @@ import java.util.Set;
|
||||||
* <li> As of 2.9, StopFilter preserves position
|
* <li> As of 2.9, StopFilter preserves position
|
||||||
* increments
|
* increments
|
||||||
* <li> As of 2.4, Tokens incorrectly identified as acronyms
|
* <li> As of 2.4, Tokens incorrectly identified as acronyms
|
||||||
* are corrected (see <a href="https://issues.apache.org/jira/browse/LUCENE-1068">LUCENE-1608</a>
|
* are corrected (see <a href="https://issues.apache.org/jira/browse/LUCENE-1068">LUCENE-1608</a>)
|
||||||
* </ul>
|
* </ul>
|
||||||
*/
|
*/
|
||||||
public class StandardAnalyzer extends Analyzer {
|
public class StandardAnalyzer extends Analyzer {
|
||||||
|
|
Loading…
Reference in New Issue