mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-01 08:29:09 +00:00
Remove dead code from GetResponse.java
This commit is contained in:
parent
c6c734dce1
commit
6baded8e7f
@ -164,12 +164,6 @@ public class GetResponse extends ActionResponse implements Iterable<GetField>, T
|
||||
return getResult.toXContent(builder, params);
|
||||
}
|
||||
|
||||
public static GetResponse readGetResponse(StreamInput in) throws IOException {
|
||||
GetResponse result = new GetResponse();
|
||||
result.readFrom(in);
|
||||
return result;
|
||||
}
|
||||
|
||||
@Override
|
||||
public void readFrom(StreamInput in) throws IOException {
|
||||
super.readFrom(in);
|
||||
|
Loading…
x
Reference in New Issue
Block a user