Skip to content

Commit

Permalink
Remove VisibleForTesting
Browse files Browse the repository at this point in the history
Signed-off-by: bowenlan-amzn <[email protected]>
  • Loading branch information
bowenlan-amzn committed May 23, 2022
1 parent 99b4694 commit 917dcc1
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ import org.opensearch.indexmanagement.spi.indexstatemanagement.model.ShrinkActio
import org.opensearch.indexmanagement.spi.indexstatemanagement.model.StepContext
import org.opensearch.indexmanagement.spi.indexstatemanagement.model.StepMetaData
import org.opensearch.indices.InvalidIndexNameException
import org.opensearch.jobscheduler.repackage.com.cronutils.utils.VisibleForTesting
import org.opensearch.jobscheduler.spi.LockModel
import org.opensearch.jobscheduler.spi.utils.LockService
import org.opensearch.script.Script
Expand Down Expand Up @@ -289,7 +288,6 @@ class AttemptMoveShardsStep(private val action: ShrinkAction) : Step(name) {
/*
* Returns the list of node names for nodes with enough space to shrink to, in increasing order of space available
*/
@VisibleForTesting
@SuppressWarnings("NestedBlockDepth", "ComplexMethod")
private suspend fun findSuitableNodes(
stepContext: StepContext,
Expand Down

0 comments on commit 917dcc1

Please sign in to comment.