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 ma...@apache.org on 2009/08/25 19:45:06 UTC

svn commit: r807726 - /lucene/java/trunk/src/java/org/apache/lucene/store/SimpleFSDirectory.java

Author: markrmiller
Date: Tue Aug 25 17:45:06 2009
New Revision: 807726

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

Modified:
    lucene/java/trunk/src/java/org/apache/lucene/store/SimpleFSDirectory.java

Modified: lucene/java/trunk/src/java/org/apache/lucene/store/SimpleFSDirectory.java
URL: http://svn.apache.org/viewvc/lucene/java/trunk/src/java/org/apache/lucene/store/SimpleFSDirectory.java?rev=807726&r1=807725&r2=807726&view=diff
==============================================================================
--- lucene/java/trunk/src/java/org/apache/lucene/store/SimpleFSDirectory.java (original)
+++ lucene/java/trunk/src/java/org/apache/lucene/store/SimpleFSDirectory.java Tue Aug 25 17:45:06 2009
@@ -21,7 +21,7 @@
 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