From ee0dbf55f72822befaec84cb72a158e8d38746f8 Mon Sep 17 00:00:00 2001 From: Erick Date: Sat, 2 Jul 2016 11:43:37 -0700 Subject: [PATCH] SOLR-9194: fixed merge foo --- solr/core/src/java/org/apache/solr/util/SolrCLI.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/solr/core/src/java/org/apache/solr/util/SolrCLI.java b/solr/core/src/java/org/apache/solr/util/SolrCLI.java index 54d1ea5f288..d6f420313e3 100644 --- a/solr/core/src/java/org/apache/solr/util/SolrCLI.java +++ b/solr/core/src/java/org/apache/solr/util/SolrCLI.java @@ -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); } }