SOLR-9194: fixed merge foo

This commit is contained in:
Erick 2016-07-02 11:43:37 -07:00
parent fa3e79ba3c
commit ee0dbf55f7
1 changed files with 1 additions and 1 deletions

View File

@ -269,7 +269,7 @@ public class SolrCLI {
log.info("Set HttpClientConfigurer from: "+configurerClassName);
} catch (Exception ex) {
log.error(ex.getMessage());
throw new RuntimeException("Error during loading of configurer '"+builderClassName+"'.", ex);
throw new RuntimeException("Error during loading of configurer '"+configurerClassName+"'.", ex);
}
}