You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by us...@apache.org on 2012/09/20 19:32:26 UTC

svn commit: r1388124 - /lucene/dev/branches/solr3733/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZooKeeper.java

Author: uschindler
Date: Thu Sep 20 17:32:26 2012
New Revision: 1388124

URL: http://svn.apache.org/viewvc?rev=1388124&view=rev
Log:
SOLR-3733: fix typo

Modified:
    lucene/dev/branches/solr3733/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZooKeeper.java

Modified: lucene/dev/branches/solr3733/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZooKeeper.java
URL: http://svn.apache.org/viewvc/lucene/dev/branches/solr3733/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZooKeeper.java?rev=1388124&r1=1388123&r2=1388124&view=diff
==============================================================================
--- lucene/dev/branches/solr3733/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZooKeeper.java (original)
+++ lucene/dev/branches/solr3733/solr/solrj/src/java/org/apache/solr/common/cloud/SolrZooKeeper.java Thu Sep 20 17:32:26 2012
@@ -68,7 +68,7 @@ public class SolrZooKeeper extends ZooKe
             try {
               getSendThreadChannel().close();
             } catch (Exception e) {
-              throw new RuntimeException("Closing zookeper send channel failed.", e);
+              throw new RuntimeException("Closing Zookeeper send channel failed.", e);
             }
             Thread.sleep(ms);
           }