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:
Grant Ingersoll 2007-05-17 01:13:40 +00:00
parent 336d3e7c58
commit b5e09521b5
1 changed files with 2 additions and 2 deletions

View File

@ -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 {