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 mi...@apache.org on 2009/03/06 22:30:52 UTC

svn commit: r751077 - /lucene/java/trunk/src/java/org/apache/lucene/store/FSDirectory.java

Author: mikemccand
Date: Fri Mar  6 21:30:51 2009
New Revision: 751077

URL: http://svn.apache.org/viewvc?rev=751077&view=rev
Log:
remove javadoc sentence about synchronizing on FSDirectory instance

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

Modified: lucene/java/trunk/src/java/org/apache/lucene/store/FSDirectory.java
URL: http://svn.apache.org/viewvc/lucene/java/trunk/src/java/org/apache/lucene/store/FSDirectory.java?rev=751077&r1=751076&r2=751077&view=diff
==============================================================================
--- lucene/java/trunk/src/java/org/apache/lucene/store/FSDirectory.java (original)
+++ lucene/java/trunk/src/java/org/apache/lucene/store/FSDirectory.java Fri Mar  6 21:30:51 2009
@@ -44,8 +44,7 @@
 
  * <p>Directories are cached, so that, for a given canonical
  * path, the same FSDirectory instance will always be
- * returned by <code>getDirectory</code>.  This permits
- * synchronization on directories.</p>
+ * returned by <code>getDirectory</code>.</p>
  *
  * @see Directory
  */