Watcher: Fix compilation issue against core (PR elastic/elasticsearch#15337)

Original commit: elastic/x-pack-elasticsearch@a1215ea494
This commit is contained in:
Alexander Reelsen 2015-12-10 10:42:08 +01:00
parent f0cc7fefa8
commit 45f2223d57
1 changed files with 0 additions and 5 deletions

View File

@ -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);