mirror of https://github.com/apache/lucene.git
fix comment
git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1370341 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
22d9268a2d
commit
f92c848abe
|
@ -34,7 +34,7 @@ public abstract class DirectoryFactory implements NamedListInitializedPlugin,
|
||||||
/**
|
/**
|
||||||
* Indicates a Directory will no longer be used, and when it's ref count
|
* Indicates a Directory will no longer be used, and when it's ref count
|
||||||
* hits 0, it can be closed. On shutdown all directories will be closed
|
* hits 0, it can be closed. On shutdown all directories will be closed
|
||||||
* with this has been called or not. This is simply to allow early cleanup.
|
* whether this has been called or not. This is simply to allow early cleanup.
|
||||||
*
|
*
|
||||||
* @param directory
|
* @param directory
|
||||||
* @throws IOException
|
* @throws IOException
|
||||||
|
|
Loading…
Reference in New Issue