mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-07 03:19:11 +00:00
Watcher: Fix compilation issue against core (PR elastic/elasticsearch#15337)
Original commit: elastic/x-pack-elasticsearch@a1215ea494
This commit is contained in:
parent
f0cc7fefa8
commit
45f2223d57
@ -183,11 +183,6 @@ public class WatcherXContentParser implements XContentParser {
|
|||||||
return parser.numberType();
|
return parser.numberType();
|
||||||
}
|
}
|
||||||
|
|
||||||
@Override
|
|
||||||
public boolean estimatedNumberType() {
|
|
||||||
return parser.estimatedNumberType();
|
|
||||||
}
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public short shortValue(boolean coerce) throws IOException {
|
public short shortValue(boolean coerce) throws IOException {
|
||||||
return parser.shortValue(coerce);
|
return parser.shortValue(coerce);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user