reformat style

This commit is contained in:
Khalid Huseynov 2016-10-23 21:24:08 +09:00
parent bd1a44afdd
commit 0f2ade7f4c

View file

@ -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;
}