Skip to content

Commit

Permalink
fix precommit
Browse files Browse the repository at this point in the history
Signed-off-by: Nicholas Walter Knize <nknize@apache.org>
  • Loading branch information
nknize committed Mar 30, 2023
1 parent 33943f5 commit ae6571f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ private void setWeightFunction(float indexBalance, float shardBalanceFactor) {

/**
* When primary shards balance is desired, enable primary shard balancing constraints
* @param preferPrimaryShardBalance
* @param preferPrimaryShardBalance boolean to prefer balancing by primary shard
*/
private void setPreferPrimaryShardBalance(boolean preferPrimaryShardBalance) {
this.preferPrimaryShardBalance = preferPrimaryShardBalance;
Expand Down

0 comments on commit ae6571f

Please sign in to comment.