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:
Robert Muir 2009-11-28 16:24:23 +00:00
parent c0c5b9c2f0
commit 0f75eeadaf
1 changed files with 1 additions and 1 deletions

View File

@ -37,7 +37,7 @@ import java.util.Set;
* <li> As of 2.9, StopFilter preserves position
* increments
* <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>
*/
public class StandardAnalyzer extends Analyzer {