- Fixed javadoc typos.

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@524952 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Otis Gospodnetic 2007-04-02 22:27:56 +00:00
parent e158736d91
commit af77bc03c1
4 changed files with 4 additions and 4 deletions

View File

@ -27,7 +27,7 @@ import org.xml.sax.SAXException;
/**
* Sets up the
* Sets up the benchmark driver.
*
**/
public class Driver

View File

@ -28,7 +28,7 @@ import java.util.Collections;
import java.io.IOException;
/**
* Search and Travrese and Retrieve docs task using a SetBasedFieldSelector.
* Search and Traverse and Retrieve docs task using a SetBasedFieldSelector.
*
* <p>Note: This task reuses the reader if it is already open.
* Otherwise a reader is opened at start and closed at the end.

View File

@ -20,7 +20,7 @@ package org.apache.lucene.benchmark.byTask.tasks;
import org.apache.lucene.benchmark.byTask.PerfRunData;
/**
* Search and Travrese and Retrieve docs task.
* Search and Traverse and Retrieve docs task.
*
* <p>Note: This task reuses the reader if it is already open.
* Otherwise a reader is opened at start and closed at the end.

View File

@ -21,7 +21,7 @@ import org.apache.lucene.benchmark.byTask.PerfRunData;
import org.apache.lucene.benchmark.byTask.feeds.QueryMaker;
/**
* Search and Travrese task.
* Search and Traverse task.
*
* <p>Note: This task reuses the reader if it is already open.
* Otherwise a reader is opened at start and closed at the end.