LUCENE-5418: Remove incorrect javadocs relict

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1665972 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2015-03-11 19:20:49 +00:00
parent 9cf30e5ed2
commit 0df44e9eff
1 changed files with 0 additions and 3 deletions

View File

@ -340,9 +340,6 @@ public class FilteredQuery extends Query {
}
}
/** Rewrites the query. If the wrapped is an instance of
* {@link MatchAllDocsQuery} it returns a {@link ConstantScoreQuery}. Otherwise
* it returns a new {@code FilteredQuery} wrapping the rewritten query. */
@Override
public Query rewrite(IndexReader reader) throws IOException {
if (filter instanceof QueryWrapperFilter) {