remove broken @returns from javadocs

git-svn-id: https://svn.apache.org/repos/asf/lucene/dev/trunk@1370908 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Chris M. Hostetter 2012-08-08 19:36:21 +00:00
parent aba39dba9c
commit 90fdd55ae5
2 changed files with 0 additions and 2 deletions

View File

@ -282,7 +282,6 @@ public abstract class AbstractFullDistribZkTestBase extends AbstractDistribZkTes
* if true, make sure the number created (numJettys) matches the * if true, make sure the number created (numJettys) matches the
* number in the cluster state - if you add more jetties this may not * number in the cluster state - if you add more jetties this may not
* be the case * be the case
* @return
* @throws Exception * @throws Exception
*/ */
protected List<JettySolrRunner> createJettys(int numJettys, boolean checkCreatedVsState) throws Exception { protected List<JettySolrRunner> createJettys(int numJettys, boolean checkCreatedVsState) throws Exception {

View File

@ -286,7 +286,6 @@ public class ZkTestServer {
* @param host the destination host * @param host the destination host
* @param port the destination port * @param port the destination port
* @param cmd the 4letterword * @param cmd the 4letterword
* @return
* @throws IOException * @throws IOException
*/ */
public static String send4LetterWord(String host, int port, String cmd) public static String send4LetterWord(String host, int port, String cmd)