LUCENE-3789: javadocs typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1291320 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Muir 2012-02-20 15:45:11 +00:00
parent cbf8d55ecb
commit 9fd084ea1c
1 changed files with 1 additions and 1 deletions

View File

@ -70,7 +70,7 @@ public abstract class MultiTermQuery extends Query {
public abstract Query rewrite(IndexReader reader, MultiTermQuery query) throws IOException;
/**
* Returns the {@link MultiTermQuery}s {@link TermsEnum}
* @see MultiTermQuery#getTermsEnum(Terms, AttributeSource);
* @see MultiTermQuery#getTermsEnum(Terms, AttributeSource)
*/
protected TermsEnum getTermsEnum(MultiTermQuery query, Terms terms, AttributeSource atts) throws IOException {
return query.getTermsEnum(terms, atts); // allow RewriteMethod subclasses to pull a TermsEnum from the MTQ