Skip to content

Commit

Permalink
Fix imports in CCRFeatureSet
Browse files Browse the repository at this point in the history
This commit fixes some imports that were mixed up during a
backport. Because, backports.
  • Loading branch information
jasontedor committed Apr 15, 2020
1 parent a18faac commit cad1a3b
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,12 @@
*/
package org.elasticsearch.xpack.core.ccr;

import org.elasticsearch.Version;
import org.elasticsearch.action.ActionListener;
import org.elasticsearch.cluster.metadata.IndexMetadata;
import org.elasticsearch.cluster.metadata.Metadata;
import org.elasticsearch.cluster.service.ClusterService;
import org.elasticsearch.common.Nullable;
import org.elasticsearch.Version;
import org.elasticsearch.action.support.ActionFilters;
import org.elasticsearch.common.inject.Inject;
import org.elasticsearch.common.io.stream.StreamInput;
import org.elasticsearch.common.io.stream.StreamOutput;
Expand Down

0 comments on commit cad1a3b

Please sign in to comment.