You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-commits@lucene.apache.org by gs...@apache.org on 2007/05/17 03:13:41 UTC

svn commit: r538783 - /lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/DocMaker.java

Author: gsingers
Date: Wed May 16 18:13:40 2007
New Revision: 538783

URL: http://svn.apache.org/viewvc?view=rev&rev=538783
Log:
javadoc fix

Modified:
    lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/DocMaker.java

Modified: lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/DocMaker.java
URL: http://svn.apache.org/viewvc/lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/DocMaker.java?view=diff&rev=538783&r1=538782&r2=538783
==============================================================================
--- lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/DocMaker.java (original)
+++ lucene/java/trunk/contrib/benchmark/src/java/org/apache/lucene/benchmark/byTask/feeds/DocMaker.java Wed May 16 18:13:40 2007
@@ -24,8 +24,8 @@
 /**
  * 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 {