Skip to content

Commit 21de2d2

Browse files
committed
PR Changes - Remove leftover comment
1 parent 6758723 commit 21de2d2

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

x-pack/plugin/migrate/src/main/java/org/elasticsearch/xpack/migrate/action/ReindexDataStreamAction.java

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,6 @@ public class ReindexDataStreamAction extends ActionType<ReindexDataStreamAction.
3939
public static final ParseField SOURCE_FIELD = new ParseField("source");
4040
public static final ParseField INDEX_FIELD = new ParseField("index");
4141

42-
/*
43-
* The version before which we do not support writes in the _next_ major version of Elasticsearch. For example, Elasticsearch 10.x will
44-
* not support writing to indices created before version 9.0.0.
45-
*/
46-
4742
public ReindexDataStreamAction() {
4843
super(NAME);
4944
}

0 commit comments

Comments
 (0)