Fix checkstyle

This commit is contained in:
Anthony Corbacho 2016-11-03 19:34:56 +09:00
parent a10ba13bf0
commit 716c92cb7d

View file

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