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:
Michael McCandless 2009-02-04 20:15:42 +00:00
parent 8846fd359e
commit 396cfd9fe1
1 changed files with 1 additions and 1 deletions

View File

@ -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).
*/