mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
reformat style
This commit is contained in:
parent
bd1a44afdd
commit
0f2ade7f4c
1 changed files with 3 additions and 3 deletions
|
|
@ -149,9 +149,9 @@ public class ZeppelinHubRealm extends AuthorizingRealm {
|
|||
LOG.error("Cannot deserialize ZeppelinHub response to User instance", e);
|
||||
throw new AuthenticationException("Cannot login to ZeppelinHub");
|
||||
}
|
||||
|
||||
ZeppelinServer.notebookWsServer.broadcastReloadedNoteList(
|
||||
new org.apache.zeppelin.user.AuthenticationInfo(account.login));
|
||||
|
||||
ZeppelinServer.notebookWsServer
|
||||
.broadcastReloadedNoteList(new org.apache.zeppelin.user.AuthenticationInfo(account.login));
|
||||
|
||||
return account;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue