mirror of https://github.com/apache/lucene.git
fix javadoc
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@740855 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
8846fd359e
commit
396cfd9fe1
|
@ -44,7 +44,7 @@ public abstract class FilteredDocIdSetIterator extends DocIdSetIterator {
|
|||
|
||||
/**
|
||||
* Validation method to determine whether a docid should be in the result set.
|
||||
* @param docid docid to be tested
|
||||
* @param doc docid to be tested
|
||||
* @return true if input docid should be in the result set, false otherwise.
|
||||
* @see #FilteredDocIdSetIterator(DocIdSetIterator).
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue