mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
fix for CI, missing change signature
This commit is contained in:
parent
d928203cf6
commit
320790cf45
1 changed files with 1 additions and 1 deletions
|
|
@ -62,7 +62,7 @@ public class ScaldingInterpreterTest {
|
|||
}
|
||||
|
||||
InterpreterGroup intpGroup = new InterpreterGroup();
|
||||
context = new InterpreterContext("note", "id", "title", "text",
|
||||
context = new InterpreterContext("note", "id", "title", "text", null,
|
||||
new HashMap<String, Object>(), new GUI(), new AngularObjectRegistry(
|
||||
intpGroup.getId(), null), null,
|
||||
new LinkedList<InterpreterContextRunner>(), null);
|
||||
|
|
|
|||
Loading…
Reference in a new issue