From 90fdd55ae5d1dbf88e772201739b6f1a9dd5fa7f Mon Sep 17 00:00:00 2001 From: "Chris M. Hostetter" Date: Wed, 8 Aug 2012 19:36:21 +0000 Subject: [PATCH] remove broken @returns from javadocs git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1370908 13f79535-47bb-0310-9956-ffa450edef68 --- .../org/apache/solr/cloud/AbstractFullDistribZkTestBase.java | 1 - .../src/java/org/apache/solr/cloud/ZkTestServer.java | 1 - 2 files changed, 2 deletions(-) diff --git a/solr/test-framework/src/java/org/apache/solr/cloud/AbstractFullDistribZkTestBase.java b/solr/test-framework/src/java/org/apache/solr/cloud/AbstractFullDistribZkTestBase.java index 04083a94e9e..558b0f429cc 100644 --- a/solr/test-framework/src/java/org/apache/solr/cloud/AbstractFullDistribZkTestBase.java +++ b/solr/test-framework/src/java/org/apache/solr/cloud/AbstractFullDistribZkTestBase.java @@ -282,7 +282,6 @@ public abstract class AbstractFullDistribZkTestBase extends AbstractDistribZkTes * if true, make sure the number created (numJettys) matches the * number in the cluster state - if you add more jetties this may not * be the case - * @return * @throws Exception */ protected List createJettys(int numJettys, boolean checkCreatedVsState) throws Exception { diff --git a/solr/test-framework/src/java/org/apache/solr/cloud/ZkTestServer.java b/solr/test-framework/src/java/org/apache/solr/cloud/ZkTestServer.java index 305e96a6422..91b8c52799f 100644 --- a/solr/test-framework/src/java/org/apache/solr/cloud/ZkTestServer.java +++ b/solr/test-framework/src/java/org/apache/solr/cloud/ZkTestServer.java @@ -286,7 +286,6 @@ public class ZkTestServer { * @param host the destination host * @param port the destination port * @param cmd the 4letterword - * @return * @throws IOException */ public static String send4LetterWord(String host, int port, String cmd)