Skip to content

Commit 30659ae

Browse files
Cleanup redundant InstanceShardOperationRequest
As stated by the TODO, this thing can just be inlined into the update request which I have done here.
1 parent 6532af8 commit 30659ae

File tree

8 files changed

+321
-843
lines changed

8 files changed

+321
-843
lines changed

server/src/main/java/module-info.java

-1
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,6 @@
149149
exports org.elasticsearch.action.support.master.info;
150150
exports org.elasticsearch.action.support.nodes;
151151
exports org.elasticsearch.action.support.replication;
152-
exports org.elasticsearch.action.support.single.instance;
153152
exports org.elasticsearch.action.support.single.shard;
154153
exports org.elasticsearch.action.support.tasks;
155154
exports org.elasticsearch.action.termvectors;

server/src/main/java/org/elasticsearch/action/support/single/instance/InstanceShardOperationRequest.java

-136
This file was deleted.

server/src/main/java/org/elasticsearch/action/support/single/instance/InstanceShardOperationRequestBuilder.java

-57
This file was deleted.

0 commit comments

Comments
 (0)