Skip to content

Commit

Permalink
[Backport 2.x] Remove 2 instances wildcard imports (#1258)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
1 parent 993c996 commit 4e86ce3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ import org.opensearch.indexmanagement.spi.indexstatemanagement.model.StateMetaDa
import org.opensearch.indexmanagement.waitFor
import org.opensearch.rest.RestRequest
import java.time.Instant
import java.util.*
import java.util.Locale

class RestChangePolicyActionIT : IndexStateManagementRestTestCase() {

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import org.opensearch.indexmanagement.waitFor
import org.opensearch.jobscheduler.spi.schedule.IntervalSchedule
import java.time.Instant
import java.time.temporal.ChronoUnit
import java.util.*
import java.util.Locale

class RestStartRollupActionIT : RollupRestAPITestCase() {

Expand Down

0 comments on commit 4e86ce3

Please sign in to comment.