Address @jongyoul review

This commit is contained in:
AhyoungRyu 2016-06-10 10:22:06 -07:00
parent bd4f8c09f1
commit fdfae8f51c

View file

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