You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucene.apache.org by si...@apache.org on 2018/05/16 14:04:26 UTC

lucene-solr:master: SOLR-12181: Fix JavaDoc Lint

Repository: lucene-solr
Updated Branches:
  refs/heads/master 0d8aacba4 -> e7cf4929f


SOLR-12181: Fix JavaDoc Lint


Project: http://git-wip-us.apache.org/repos/asf/lucene-solr/repo
Commit: http://git-wip-us.apache.org/repos/asf/lucene-solr/commit/e7cf4929
Tree: http://git-wip-us.apache.org/repos/asf/lucene-solr/tree/e7cf4929
Diff: http://git-wip-us.apache.org/repos/asf/lucene-solr/diff/e7cf4929

Branch: refs/heads/master
Commit: e7cf4929f8450e24e19dd6acd3e04b7a7b1f16fa
Parents: 0d8aacb
Author: Simon Willnauer <si...@apache.org>
Authored: Wed May 16 16:04:13 2018 +0200
Committer: Simon Willnauer <si...@apache.org>
Committed: Wed May 16 16:04:13 2018 +0200

----------------------------------------------------------------------
 solr/core/src/test/org/apache/solr/cloud/CloudTestUtils.java | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/lucene-solr/blob/e7cf4929/solr/core/src/test/org/apache/solr/cloud/CloudTestUtils.java
----------------------------------------------------------------------
diff --git a/solr/core/src/test/org/apache/solr/cloud/CloudTestUtils.java b/solr/core/src/test/org/apache/solr/cloud/CloudTestUtils.java
index 5a05d4b..448889f 100644
--- a/solr/core/src/test/org/apache/solr/cloud/CloudTestUtils.java
+++ b/solr/core/src/test/org/apache/solr/cloud/CloudTestUtils.java
@@ -129,7 +129,6 @@ public class CloudTestUtils {
    * @param expectedShards expected number of shards
    * @param expectedReplicas expected number of active replicas
    * @param withInactive if true then count also inactive shards
-   * @return
    */
   public static CollectionStatePredicate clusterShape(int expectedShards, int expectedReplicas, boolean withInactive) {
     return (liveNodes, collectionState) -> {