Move RestGetInfluencersAction under results package
Original commit: elastic/x-pack-elasticsearch@281d432732
This commit is contained in:
parent
ec5aa34d17
commit
d0c0e6904e
|
@ -75,7 +75,7 @@ import org.elasticsearch.xpack.prelert.job.usage.UsageReporter;
|
|||
import org.elasticsearch.xpack.prelert.rest.data.RestPostDataAction;
|
||||
import org.elasticsearch.xpack.prelert.rest.data.RestPostDataCloseAction;
|
||||
import org.elasticsearch.xpack.prelert.rest.data.RestPostDataFlushAction;
|
||||
import org.elasticsearch.xpack.prelert.rest.influencers.RestGetInfluencersAction;
|
||||
import org.elasticsearch.xpack.prelert.rest.results.RestGetInfluencersAction;
|
||||
import org.elasticsearch.xpack.prelert.rest.job.RestDeleteJobAction;
|
||||
import org.elasticsearch.xpack.prelert.rest.job.RestGetJobsAction;
|
||||
import org.elasticsearch.xpack.prelert.rest.job.RestPauseJobAction;
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
* or more contributor license agreements. Licensed under the Elastic License;
|
||||
* you may not use this file except in compliance with the Elastic License.
|
||||
*/
|
||||
package org.elasticsearch.xpack.prelert.rest.influencers;
|
||||
package org.elasticsearch.xpack.prelert.rest.results;
|
||||
|
||||
import org.elasticsearch.client.node.NodeClient;
|
||||
import org.elasticsearch.common.bytes.BytesReference;
|
Loading…
Reference in New Issue