mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Address @minalee feedback
This commit is contained in:
parent
fdfae8f51c
commit
9d384ec89e
1 changed files with 1 additions and 1 deletions
|
|
@ -413,7 +413,7 @@ public class RemoteInterpreterServer
|
|||
|
||||
@Override
|
||||
public List<InterpreterCompletion> completion(String noteId,
|
||||
String className, String buf, int cursor)
|
||||
String className, String buf, int cursor)
|
||||
throws TException {
|
||||
Interpreter intp = getInterpreter(noteId, className);
|
||||
List completion = intp.completion(buf, cursor);
|
||||
|
|
|
|||
Loading…
Reference in a new issue