mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
rebase
This commit is contained in:
parent
649ff6e856
commit
267277ac6a
1 changed files with 3 additions and 2 deletions
|
|
@ -91,6 +91,7 @@ public class InterpreterContext {
|
|||
|
||||
public InterpreterContext(String noteId,
|
||||
String paragraphId,
|
||||
String replName,
|
||||
String paragraphTitle,
|
||||
String paragraphText,
|
||||
AuthenticationInfo authenticationInfo,
|
||||
|
|
@ -101,8 +102,8 @@ public class InterpreterContext {
|
|||
List<InterpreterContextRunner> contextRunners,
|
||||
InterpreterOutput output,
|
||||
RemoteInterpreterEventClient eventClient) {
|
||||
this(noteId, paragraphId, paragraphTitle, paragraphText, authenticationInfo, config, gui,
|
||||
angularObjectRegistry, resourcePool, contextRunners, output);
|
||||
this(noteId, paragraphId, replName, paragraphTitle, paragraphText, authenticationInfo,
|
||||
config, gui, angularObjectRegistry, resourcePool, contextRunners, output);
|
||||
this.client = new RemoteEventClient(eventClient);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue