git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1055714 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Yonik Seeley 2011-01-06 02:23:10 +00:00
parent 4140f73774
commit ac068109b8
1 changed files with 1 additions and 1 deletions

View File

@ -147,7 +147,7 @@ public class IndexSearcher {
this(context, null);
}
// convinience ctor for other IR based ctors
// convenience ctor for other IR based ctors
private IndexSearcher(IndexReader reader, boolean closeReader, ExecutorService executor) {
this(reader.getTopReaderContext(), closeReader, executor);
}