Skip to content

Commit

Permalink
Replace generic import with specific class.
Browse files Browse the repository at this point in the history
  • Loading branch information
denniscodes committed Jan 16, 2024
1 parent 7f032a4 commit 78a7e90
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@
import org.elasticsearch.search.builder.SearchSourceBuilder;
import org.elasticsearch.search.sort.FieldSortBuilder;
import org.elasticsearch.search.sort.SortOrder;
import org.elasticsearch.xcontent.*;
import org.elasticsearch.xcontent.XContentType;
import org.joda.time.DateTime;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
Expand Down

0 comments on commit 78a7e90

Please sign in to comment.