Remove {Indices,}ClusterStateUpdateRequest (#113483)

These abstract classes are now unused so this commit removes them.
This commit is contained in:
David Turner 2024-09-25 08:17:51 +01:00 committed by GitHub
parent 8dbc9f34d6
commit 97db0c2182
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 0 additions and 91 deletions

View file

@ -159,7 +159,6 @@ module org.elasticsearch.server {
exports org.elasticsearch.client.internal.support;
exports org.elasticsearch.client.internal.transport;
exports org.elasticsearch.cluster;
exports org.elasticsearch.cluster.ack;
exports org.elasticsearch.cluster.action.index;
exports org.elasticsearch.cluster.action.shard;
exports org.elasticsearch.cluster.block;