Skip to content

Commit 0a73241

Browse files
committed
Fixed conflict while rebasing.
1 parent df423d3 commit 0a73241

File tree

1 file changed

+1
-1
lines changed
  • zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook

1 file changed

+1
-1
lines changed

zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Note.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -472,7 +472,7 @@ public void runAll() {
472472
AuthenticationInfo authenticationInfo = new AuthenticationInfo();
473473
authenticationInfo.setUser(cronExecutingUser);
474474
p.setAuthenticationInfo(authenticationInfo);
475-
run(cronExecutingUser, p.getId());
475+
run(p.getId());
476476
}
477477
}
478478
}

0 commit comments

Comments
 (0)