clarify slightly confusing comment

git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@647364 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2008-04-12 02:25:54 +00:00
parent 62cf2ecb7f
commit 360051ec49
1 changed files with 2 additions and 1 deletions

View File

@ -102,7 +102,8 @@ abstract class DirectoryIndexReader extends IndexReader {
ensureOpen();
if (this.hasChanges || this.isCurrent()) {
// the index hasn't changed - nothing to do here
// this has changes, therefore we have the lock and don't need to reopen
// OR: the index in the directory hasn't changed - nothing to do here
return this;
}