Address @minalee feedback

This commit is contained in:
AhyoungRyu 2016-06-10 11:03:12 -07:00
parent fdfae8f51c
commit 9d384ec89e

View file

@ -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);