More cleanup, sorry for the bug I introduced! :(

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1595247 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Uwe Schindler 2014-05-16 15:55:19 +00:00
parent f1291a4fa4
commit c8e6e5b35a
1 changed files with 1 additions and 1 deletions

View File

@ -1806,7 +1806,7 @@ public class IndexWriter implements Closeable, TwoPhaseCommit{
}
Throwable t = merge.getException();
if (t != null) {
throw new IOException("background merge hit exception: " + merge.segString(directory), merge.getException());
throw new IOException("background merge hit exception: " + merge.segString(directory), t);
}
}