Skip to content

Commit d9d4691

Browse files
committed
Remove @UpdateForV9 as necessary backport has been done
1 parent a895875 commit d9d4691

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

server/src/main/java/org/elasticsearch/cluster/metadata/ComposableIndexTemplate.java

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -373,8 +373,6 @@ public static class DataStreamTemplate implements Writeable, ToXContentObject {
373373

374374
private static final ParseField HIDDEN = new ParseField("hidden");
375375
private static final ParseField ALLOW_CUSTOM_ROUTING = new ParseField("allow_custom_routing");
376-
// Remove this after this PR gets backported
377-
@UpdateForV9(owner = UpdateForV9.Owner.DATA_MANAGEMENT)
378376
private static final ParseField FAILURE_STORE = new ParseField("failure_store");
379377

380378
public static final ConstructingObjectParser<DataStreamTemplate, Void> PARSER = new ConstructingObjectParser<>(

0 commit comments

Comments
 (0)