SOLR-886 -- No need to call commit after calling rollback

git-svn-id: https://svn.apache.org/repos/asf/lucene/solr/trunk@761605 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Shalin Shekhar Mangar 2009-04-03 10:34:28 +00:00
parent d1e4980f66
commit 273705738f
1 changed files with 0 additions and 1 deletions

View File

@ -211,7 +211,6 @@ public class DocBuilder {
void rollback() {
writer.rollback();
writer.commit(false);
statusMessages.put("", "Indexing failed. Rolled back all changes.");
addStatusMessage("Rolledback");
}