mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-09 06:25:07 +00:00
Changed TaskOperationFailure#getCause() return type from Trowable to Exception.
This commit is contained in:
parent
05fd2eca6f
commit
73fb945980
@ -88,7 +88,7 @@ public final class TaskOperationFailure implements Writeable, ToXContent {
|
||||
return status;
|
||||
}
|
||||
|
||||
public Throwable getCause() {
|
||||
public Exception getCause() {
|
||||
return reason;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user