File tree 2 files changed +0
-25
lines changed
x-pack/plugin/ccr/src/main/java/org/elasticsearch/xpack/ccr/action
2 files changed +0
-25
lines changed Original file line number Diff line number Diff line change @@ -143,18 +143,6 @@ public static class Response extends AcknowledgedResponse {
143
143
Response (boolean acknowledged ) {
144
144
super (acknowledged );
145
145
}
146
-
147
- @ Override
148
- public void readFrom (StreamInput in ) throws IOException {
149
- super .readFrom (in );
150
- readAcknowledged (in );
151
- }
152
-
153
- @ Override
154
- public void writeTo (StreamOutput out ) throws IOException {
155
- super .writeTo (out );
156
- writeAcknowledged (out );
157
- }
158
146
}
159
147
160
148
public static class TransportAction extends HandledTransportAction <Request , Response > {
Original file line number Diff line number Diff line change @@ -83,19 +83,6 @@ public static class Response extends AcknowledgedResponse {
83
83
84
84
Response () {
85
85
}
86
-
87
- @ Override
88
- public void readFrom (StreamInput in ) throws IOException {
89
- super .readFrom (in );
90
- readAcknowledged (in );
91
- }
92
-
93
- @ Override
94
- public void writeTo (StreamOutput out ) throws IOException {
95
- super .writeTo (out );
96
- writeAcknowledged (out );
97
- }
98
-
99
86
}
100
87
101
88
public static class RequestBuilder extends ActionRequestBuilder <Request , Response > {
You can’t perform that action at this time.
0 commit comments