You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by er...@apache.org on 2016/07/02 18:43:42 UTC

lucene-solr:branch_6x: SOLR-9194: fixed merge foo

Repository: lucene-solr
Updated Branches:
  refs/heads/branch_6x fa3e79ba3 -> ee0dbf55f


SOLR-9194: fixed merge foo


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/ee0dbf55
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/ee0dbf55
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/ee0dbf55

Branch: refs/heads/branch_6x
Commit: ee0dbf55f72822befaec84cb72a158e8d38746f8
Parents: fa3e79b
Author: Erick <er...@apache.org>
Authored: Sat Jul 2 11:43:37 2016 -0700
Committer: Erick <er...@apache.org>
Committed: Sat Jul 2 11:43:37 2016 -0700

----------------------------------------------------------------------
 solr/core/src/java/org/apache/solr/util/SolrCLI.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/ee0dbf55/solr/core/src/java/org/apache/solr/util/SolrCLI.java
----------------------------------------------------------------------
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 54d1ea5..d6f4203 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);
       }
     }