mirror of https://github.com/apache/lucene.git
SOLR-12181: Fix JavaDoc Lint
This commit is contained in:
parent
0d8aacba4a
commit
e7cf4929f8
|
@ -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) -> {
|
||||
|
|
Loading…
Reference in New Issue