mirror of https://github.com/apache/lucene.git
SOLR-9194: fixed merge foo
This commit is contained in:
parent
fa3e79ba3c
commit
ee0dbf55f7
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue