Skip to content

Commit

Permalink
Revert "Update TransportGetFindingsSearchAction.kt"
Browse files Browse the repository at this point in the history
This reverts commit 6c81d1d.
  • Loading branch information
Annie Lee committed Mar 15, 2022
1 parent 0b20901 commit 98eeb72
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,24 +15,24 @@ import org.opensearch.alerting.action.GetFindingsSearchAction
import org.opensearch.alerting.action.GetFindingsSearchRequest
import org.opensearch.alerting.action.GetFindingsSearchResponse
import org.opensearch.alerting.elasticapi.addFilter
// import org.opensearch.alerting.model.Finding
import org.opensearch.alerting.model.Finding
import org.opensearch.alerting.settings.AlertingSettings
import org.opensearch.alerting.util.AlertingException
import org.opensearch.client.Client
import org.opensearch.cluster.service.ClusterService
import org.opensearch.common.Strings
import org.opensearch.common.inject.Inject
import org.opensearch.common.settings.Settings
// import org.opensearch.common.xcontent.LoggingDeprecationHandler
import org.opensearch.common.xcontent.LoggingDeprecationHandler
import org.opensearch.common.xcontent.NamedXContentRegistry
// import org.opensearch.common.xcontent.XContentFactory
// import org.opensearch.common.xcontent.XContentParser
// import org.opensearch.common.xcontent.XContentParserUtils
// import org.opensearch.common.xcontent.XContentType
import org.opensearch.common.xcontent.XContentFactory
import org.opensearch.common.xcontent.XContentParser
import org.opensearch.common.xcontent.XContentParserUtils
import org.opensearch.common.xcontent.XContentType
import org.opensearch.commons.authuser.User
import org.opensearch.index.query.Operator
import org.opensearch.index.query.QueryBuilders
// import org.opensearch.rest.RestStatus
import org.opensearch.rest.RestStatus
import org.opensearch.search.builder.SearchSourceBuilder
import org.opensearch.search.fetch.subphase.FetchSourceContext
import org.opensearch.search.sort.SortBuilders
Expand Down

0 comments on commit 98eeb72

Please sign in to comment.