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:
Mark Robert Miller 2012-08-07 16:19:41 +00:00
parent 22d9268a2d
commit f92c848abe
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ public abstract class DirectoryFactory implements NamedListInitializedPlugin,
/**
* 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
* 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
* @throws IOException