Skip to content

Commit

Permalink
Fixed wildcard imports
Browse files Browse the repository at this point in the history
  • Loading branch information
sahil buddharaju committed Jul 5, 2023
1 parent 7f27eb4 commit 148b934
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@
import java.util.stream.Collectors;
import java.util.stream.Stream;

import static org.hamcrest.Matchers.*;
import static org.hamcrest.Matchers.equalTo;
import static org.hamcrest.Matchers.greaterThan;
import static org.hamcrest.Matchers.lessThanOrEqualTo;
import static org.opensearch.test.hamcrest.OpenSearchAssertions.assertAcked;
import static org.opensearch.search.aggregations.AggregationBuilders.terms;

Expand Down

0 comments on commit 148b934

Please sign in to comment.