fixed compile error due to upstream change
Original commit: elastic/x-pack-elasticsearch@7c745ab463
This commit is contained in:
parent
32a2fd0297
commit
2cdd8c068f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue