Skip to content

Commit

Permalink
Fix compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
fcofdez committed Jun 23, 2021
1 parent a949a91 commit 74c289b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
import org.elasticsearch.action.ActionListener;
import org.elasticsearch.common.settings.Settings;
import org.elasticsearch.xpack.core.ccr.CcrAutoFollowInfoFetcher;
import org.elasticsearch.xpack.core.deprecation.DeprecationIssue;

import java.util.List;
import java.util.stream.Collectors;
Expand Down Expand Up @@ -42,7 +41,8 @@ private DeprecationIssue createDeprecationIssue(String localIndexName) {
"An auto followed index follows a remote system index",
"https://www.elastic.co/guide/en/elasticsearch/reference/7.13/migrating-7.14.html#breaking_714_ccr_changes",
"Auto followed index [" + localIndexName
+ "] follows a remote system index and this behaviour will change in the next major version."
+ "] follows a remote system index and this behaviour will change in the next major version.",
null
);
}

Expand Down

0 comments on commit 74c289b

Please sign in to comment.