From ea4d4cf6709c4ec081150105d88f8bd4a49ff9a9 Mon Sep 17 00:00:00 2001 From: Robert Muir Date: Mon, 2 Jul 2012 20:28:43 +0000 Subject: [PATCH] remove no-arg @return git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1356469 13f79535-47bb-0310-9956-ffa450edef68 --- .../src/java/org/apache/solr/common/cloud/ZkCmdExecutor.java | 1 - 1 file changed, 1 deletion(-) 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 */