File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
x-pack/plugin/src/test/java/org/elasticsearch/xpack/test/rest Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2525import org .elasticsearch .xpack .core .ml .job .persistence .AnomalyDetectorsIndexFields ;
2626import org .elasticsearch .xpack .core .ml .notifications .NotificationsIndex ;
2727import org .elasticsearch .xpack .core .rollup .job .RollupJob ;
28+ import org .elasticsearch .xpack .inference .MlModelServer ;
2829import org .junit .After ;
2930import org .junit .Before ;
31+ import org .junit .ClassRule ;
3032
3133import java .io .IOException ;
3234import java .util .Arrays ;
3739import java .util .concurrent .atomic .AtomicReference ;
3840import java .util .function .Predicate ;
3941import java .util .function .Supplier ;
40- import org .elasticsearch .xpack .inference .MlModelServer ;
41- import org .junit .ClassRule ;
4242
4343import static java .util .Collections .emptyList ;
4444import static java .util .Collections .singletonMap ;
You can’t perform that action at this time.
0 commit comments