mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Address @jongyoul review
This commit is contained in:
parent
bd4f8c09f1
commit
fdfae8f51c
1 changed files with 2 additions and 2 deletions
|
|
@ -412,8 +412,8 @@ public class RemoteInterpreterServer
|
|||
}
|
||||
|
||||
@Override
|
||||
public List<InterpreterCompletion> completion(String noteId, String className, String buf,
|
||||
int cursor)
|
||||
public List<InterpreterCompletion> completion(String noteId,
|
||||
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