Fix wrong-spelled noncommit

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1210134 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2011-12-04 16:18:24 +00:00
parent c9ad724c19
commit f1da6b38ac

View File

@ -686,7 +686,7 @@ class DirectoryReader extends IndexReader implements Cloneable {
segmentInfos.setUserData(commitUserData);
// Default deleter (for backwards compatibility) is
// KeepOnlyLastCommitDeleter:
// nocommit: Decide what to do with InfoStream here? Use default or keep NO_OUTPUT?
// TODO: Decide what to do with InfoStream here? Use default or keep NO_OUTPUT?
IndexFileDeleter deleter = new IndexFileDeleter(directory,
deletionPolicy == null ? new KeepOnlyLastCommitDeletionPolicy() : deletionPolicy,
segmentInfos, InfoStream.NO_OUTPUT, null);