mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +00:00
Rename writeThrowable to writeException
This commit is a response to upstream change elastic/elasticsearch@96f283c195. Original commit: elastic/x-pack-elasticsearch@2e485d4e76
This commit is contained in:
parent
5533470959
commit
3577389f95
@ -89,7 +89,7 @@ public class MonitoringBulkResponse extends ActionResponse {
|
||||
|
||||
@Override
|
||||
public void writeTo(StreamOutput out) throws IOException {
|
||||
out.writeThrowable(getCause());
|
||||
out.writeException(getCause());
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user