SOLR-12181: Fix JavaDoc Lint

This commit is contained in:
Simon Willnauer 2018-05-16 16:04:13 +02:00
parent 0d8aacba4a
commit e7cf4929f8
1 changed files with 0 additions and 1 deletions

View File

@ -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) -> {