mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-04 01:49:15 +00:00
fix compile error due to a rename in core
Original commit: elastic/x-pack-elasticsearch@03c9032c8b
This commit is contained in:
parent
480ee9cabc
commit
1fffcc9666
@ -11,7 +11,7 @@ import org.elasticsearch.common.collect.Tuple;
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
public class ShieldException extends ElasticsearchException.WithRestHeaders {
|
public class ShieldException extends ElasticsearchException.WithRestHeadersException {
|
||||||
|
|
||||||
public ShieldException(String msg, Tuple... headers) {
|
public ShieldException(String msg, Tuple... headers) {
|
||||||
super(msg, headers);
|
super(msg, headers);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user