mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fixed conflict while rebasing.
This commit is contained in:
parent
df423d3f73
commit
0a73241ea7
1 changed files with 1 additions and 1 deletions
|
|
@ -472,7 +472,7 @@ public class Note implements Serializable, ParagraphJobListener {
|
|||
AuthenticationInfo authenticationInfo = new AuthenticationInfo();
|
||||
authenticationInfo.setUser(cronExecutingUser);
|
||||
p.setAuthenticationInfo(authenticationInfo);
|
||||
run(cronExecutingUser, p.getId());
|
||||
run(p.getId());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue