fixed compile error due to upstream change

Original commit: elastic/x-pack-elasticsearch@7c745ab463
This commit is contained in:
Martijn van Groningen 2015-10-06 11:18:48 +02:00
parent 32a2fd0297
commit 2cdd8c068f
1 changed files with 0 additions and 5 deletions

View File

@ -114,11 +114,6 @@ public class XMustacheScriptEngineService extends AbstractComponent implements S
throw new UnsupportedOperationException();
}
@Override
public Object unwrap(Object value) {
return value;
}
@Override
public void close() {
// Nothing to do here