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();
|
||||
}
|
||||
|
||||
@Override
|
||||
public boolean estimatedNumberType() {
|
||||
return parser.estimatedNumberType();
|
||||
}
|
||||
|
||||
@Override
|
||||
public short shortValue(boolean coerce) throws IOException {
|
||||
return parser.shortValue(coerce);
|
||||
|
|
Loading…
Reference in New Issue