remove javadoc sentence about synchronizing on FSDirectory instance

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@751077 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2009-03-06 21:30:51 +00:00
parent 48fbdad305
commit 7f32bbf72f
1 changed files with 1 additions and 2 deletions

View File

@ -44,8 +44,7 @@ import org.apache.lucene.index.IndexWriter;
* <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
*/