mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Style
This commit is contained in:
parent
94b490d76c
commit
bd0f467d23
1 changed files with 4 additions and 2 deletions
|
|
@ -217,7 +217,8 @@ public class HeliumApplicationFactory implements ApplicationEventListener, Noteb
|
|||
throw new ApplicationException("No interpreter found");
|
||||
}
|
||||
|
||||
RemoteInterpreterProcess intpProcess = intp.getInterpreterGroup().getRemoteInterpreterProcess();
|
||||
RemoteInterpreterProcess intpProcess =
|
||||
intp.getInterpreterGroup().getRemoteInterpreterProcess();
|
||||
if (intpProcess == null) {
|
||||
throw new ApplicationException("Target interpreter process is not running");
|
||||
}
|
||||
|
|
@ -303,7 +304,8 @@ public class HeliumApplicationFactory implements ApplicationEventListener, Noteb
|
|||
throw new ApplicationException("No interpreter found");
|
||||
}
|
||||
|
||||
RemoteInterpreterProcess intpProcess = intp.getInterpreterGroup().getRemoteInterpreterProcess();
|
||||
RemoteInterpreterProcess intpProcess =
|
||||
intp.getInterpreterGroup().getRemoteInterpreterProcess();
|
||||
if (intpProcess == null) {
|
||||
throw new ApplicationException("Target interpreter process is not running");
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue