From e7cf4929f8450e24e19dd6acd3e04b7a7b1f16fa Mon Sep 17 00:00:00 2001 From: Simon Willnauer Date: Wed, 16 May 2018 16:04:13 +0200 Subject: [PATCH] SOLR-12181: Fix JavaDoc Lint --- solr/core/src/test/org/apache/solr/cloud/CloudTestUtils.java | 1 - 1 file changed, 1 deletion(-) 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 5a05d4b5d64..448889fd579 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) -> {