Skip to content

Commit b7419ca

Browse files
Fix TimeValue package in ResetJobIT
1 parent 3e623e5 commit b7419ca

File tree

1 file changed

+1
-1
lines changed
  • x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration

1 file changed

+1
-1
lines changed

x-pack/plugin/ml/qa/native-multi-node-tests/src/javaRestTest/java/org/elasticsearch/xpack/ml/integration/ResetJobIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
package org.elasticsearch.xpack.ml.integration;
99

10-
import org.elasticsearch.common.unit.TimeValue;
10+
import org.elasticsearch.core.TimeValue;
1111
import org.elasticsearch.xpack.core.ml.job.config.AnalysisConfig;
1212
import org.elasticsearch.xpack.core.ml.job.config.DataDescription;
1313
import org.elasticsearch.xpack.core.ml.job.config.Detector;

0 commit comments

Comments
 (0)