diff --git a/solr/solrj/src/java/org/apache/solr/common/cloud/ZkCmdExecutor.java b/solr/solrj/src/java/org/apache/solr/common/cloud/ZkCmdExecutor.java index 29c6ac7e43a..341bfdeef91 100644 --- a/solr/solrj/src/java/org/apache/solr/common/cloud/ZkCmdExecutor.java +++ b/solr/solrj/src/java/org/apache/solr/common/cloud/ZkCmdExecutor.java @@ -55,7 +55,6 @@ public class ZkCmdExecutor { * Perform the given operation, retrying if the connection fails * * @param operation - * @return * @throws KeeperException * @throws InterruptedException */