mirror of https://github.com/apache/lucene.git
javadoc fix
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@538783 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
336d3e7c58
commit
b5e09521b5
|
@ -24,8 +24,8 @@ import org.apache.lucene.benchmark.byTask.utils.Config;
|
|||
/**
|
||||
* Create documents for the test.
|
||||
* <br>Each call to makeDocument would create the next document.
|
||||
* When input is exhausted, the DocMaker iterates over the input again,
|
||||
* does provifing a source for unlimited number of documents,
|
||||
* When input is exhausted, the DocMaker iterates over the input again,
|
||||
* providing a source for unlimited number of documents,
|
||||
* though not all of them are unique.
|
||||
*/
|
||||
public interface DocMaker {
|
||||
|
|
Loading…
Reference in New Issue