mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Fix checkstyle
This commit is contained in:
parent
a10ba13bf0
commit
716c92cb7d
1 changed files with 1 additions and 1 deletions
|
|
@ -298,7 +298,7 @@ public class ZeppelinClient {
|
|||
Session noteSession = null;
|
||||
for (Map.Entry<String, Session> note: notesConnection.entrySet()) {
|
||||
noteSession = note.getValue();
|
||||
if(isSessionOpen(noteSession)) {
|
||||
if (isSessionOpen(noteSession)) {
|
||||
noteSession.close();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue