mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
No need to override delegation for completion
This commit is contained in:
parent
12f0096963
commit
7b54e49d04
1 changed files with 0 additions and 5 deletions
|
|
@ -195,9 +195,4 @@ class ScioInterpreter(property: Properties) extends Interpreter(property) {
|
|||
42
|
||||
}
|
||||
|
||||
override def completion(buf: String, cursor: Int): util.List[InterpreterCompletion] = {
|
||||
//TODO: implement, delegate?
|
||||
super.completion(buf, cursor)
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue