File tree Expand file tree Collapse file tree 2 files changed +3
-56
lines changed
main/java/org/springframework/data/elasticsearch/core
test/java/org/springframework/data/elasticsearch/core Expand file tree Collapse file tree 2 files changed +3
-56
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 29
29
import org .springframework .test .context .ContextConfiguration ;
30
30
import org .springframework .test .context .junit4 .SpringJUnit4ClassRunner ;
31
31
32
- import static org .elasticsearch .index .query .FilterBuilders .termFilter ;
33
- import static org .elasticsearch .index .query .QueryBuilders .fieldQuery ;
34
32
import static org .elasticsearch .index .query .QueryBuilders .matchAllQuery ;
35
- import static org .hamcrest .Matchers .*;
36
- import static org .junit .Assert .*;
33
+ import static org .hamcrest .Matchers .equalTo ;
34
+ import static org .hamcrest .Matchers .is ;
35
+ import static org .junit .Assert .assertThat ;
37
36
38
37
/**
39
38
* @author Rizwan Idrees
You can’t perform that action at this time.
0 commit comments