mirror of https://github.com/apache/lucene.git
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:
parent
48fbdad305
commit
7f32bbf72f
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue