Skip to content

Commit

Permalink
correcting OpenSearchRejectedExecutionException import
Browse files Browse the repository at this point in the history
Signed-off-by: sricharanvuppu <[email protected]>
  • Loading branch information
sricharanvuppu committed Jun 28, 2023
1 parent 17a917f commit 84a185e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ import org.opensearch.action.index.IndexRequestBuilder
import org.opensearch.action.index.IndexResponse
import org.opensearch.action.support.TransportActions
import org.opensearch.client.Client
import org.opensearch.common.util.concurrent.OpenSearchRejectedExecutionException
import org.opensearch.common.util.concurrent.ThreadContext
import org.opensearch.core.concurrency.OpenSearchRejectedExecutionException
import org.opensearch.index.IndexNotFoundException
import org.opensearch.index.shard.ShardId
import org.opensearch.index.store.Store
Expand Down

0 comments on commit 84a185e

Please sign in to comment.