fix typo in comment

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@950312 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Michael McCandless 2010-06-01 23:41:06 +00:00
parent 699cbe67c1
commit 9447b3e208
2 changed files with 2 additions and 1 deletions

View File

@ -457,6 +457,7 @@ public class ConcurrentMergeScheduler extends MergeScheduler {
/** Called when an exception is hit in a background merge
* thread */
protected void handleMergeException(Throwable exc) {
System.out.println("HANDLE " + exc);
try {
// When an exception is hit during merge, IndexWriter
// removes any partial files and then allows another

View File

@ -650,7 +650,7 @@ public class IndexWriter implements Closeable {
// Return a ref to our caller
if (info.dir == directory) {
// Only incRef if we pooledd (reader is not external)
// Only incRef if we pooled (reader is not external)
sr.incRef();
}
return sr;