mirror of https://github.com/apache/lucene.git
remove stale comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1587867 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
2cacf0c717
commit
013bfe2a4a
|
@ -335,7 +335,6 @@ public class BooleanQuery extends Query implements Iterable<BooleanClause> {
|
|||
}
|
||||
}
|
||||
|
||||
// Check if we can and should return a BooleanScorer
|
||||
return new BooleanScorer(this, disableCoord, minNrShouldMatch, optional, prohibited, maxCoord);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue