Skip to content

Commit

Permalink
Removing unwanted imports
Browse files Browse the repository at this point in the history
Signed-off-by: gashutos <[email protected]>
  • Loading branch information
gashutos committed Sep 15, 2023
1 parent 61d355e commit af7e9e9
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@
import org.opensearch.common.xcontent.json.JsonXContent;
import org.opensearch.common.xcontent.support.XContentMapValues;
import org.opensearch.core.common.Strings;
import org.opensearch.core.xcontent.XContentBuilder;
import org.opensearch.index.seqno.SeqNoStats;
import org.opensearch.indices.replication.common.ReplicationType;
import org.opensearch.core.rest.RestStatus;
Expand All @@ -64,7 +63,6 @@

import static org.hamcrest.Matchers.contains;
import static org.hamcrest.Matchers.equalTo;
import static org.opensearch.common.xcontent.XContentFactory.jsonBuilder;

public class IndexingIT extends OpenSearchRestTestCase {

Expand Down

0 comments on commit af7e9e9

Please sign in to comment.