mirror of https://github.com/apache/lucene.git
fix spelling
git-svn-id: https://svn.apache.org/repos/asf/lucene/java/trunk@903743 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
da5cfe8034
commit
15640369a7
|
@ -246,7 +246,7 @@ public class SegmentReader extends IndexReader implements Cloneable {
|
|||
// point. If the exception occurred while
|
||||
// initialzing the core readers, then
|
||||
// origInstance will be null, and we don't want
|
||||
// to call FieldcAche.purge (it leads to NPE):
|
||||
// to call FieldCache.purge (it leads to NPE):
|
||||
if (origInstance != null) {
|
||||
FieldCache.DEFAULT.purge(origInstance);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue