Skip to content

Commit

Permalink
Get the version right
Browse files Browse the repository at this point in the history
  • Loading branch information
thecoop committed Oct 7, 2024
1 parent 29d96d7 commit a34efb2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
import org.elasticsearch.common.xcontent.ChunkedToXContentHelper;
import org.elasticsearch.common.xcontent.ChunkedToXContentObject;
import org.elasticsearch.core.RestApiVersion;
import org.elasticsearch.core.UpdateForV9;
import org.elasticsearch.core.UpdateForV10;
import org.elasticsearch.rest.action.search.RestSearchAction;
import org.elasticsearch.xcontent.ToXContent;

Expand All @@ -44,7 +44,7 @@ public class ClusterRerouteResponse extends ActionResponse implements IsAcknowle
/**
* To be removed when REST compatibility with {@link org.elasticsearch.Version#V_8_6_0} / {@link RestApiVersion#V_8} no longer needed
*/
@UpdateForV9(owner = UpdateForV9.Owner.DISTRIBUTED_COORDINATION)
@UpdateForV10(owner = UpdateForV10.Owner.DISTRIBUTED_COORDINATION)
private final ClusterState state;
private final RoutingExplanations explanations;
private final boolean acknowledged;
Expand Down

0 comments on commit a34efb2

Please sign in to comment.