fix javadoc typo

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@807726 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Mark Robert Miller 2009-08-25 17:45:06 +00:00
parent c339c58f4e
commit a651ca7ce9
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ import java.io.File;
import java.io.IOException;
import java.io.RandomAccessFile;
/** A straighforward implementation of {@link FSDirectory}
/** A straightforward implementation of {@link FSDirectory}
* using java.io.RandomAccessFile. However, this class has
* poor concurrent performance (multiple threads will
* bottleneck) as it synchronizes when multiple threads