|
@@ -3,12 +3,13 @@
|
|
|
* 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.core.ccr.action;
|
|
|
+package org.elasticsearch.xpack.ccr.action;
|
|
|
|
|
|
import org.elasticsearch.action.ActionRequestValidationException;
|
|
|
import org.elasticsearch.common.unit.TimeValue;
|
|
|
import org.elasticsearch.common.xcontent.XContentParser;
|
|
|
import org.elasticsearch.test.AbstractStreamableXContentTestCase;
|
|
|
+import org.elasticsearch.xpack.core.ccr.action.PutAutoFollowPatternAction;
|
|
|
|
|
|
import java.io.IOException;
|
|
|
import java.util.Arrays;
|