mirror of https://github.com/apache/lucene.git
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:
parent
aba39dba9c
commit
90fdd55ae5
|
@ -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 {
|
||||||
|
|
|
@ -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)
|
||||||
|
|
Loading…
Reference in New Issue