Skip to content

Commit ee98a84

Browse files
committed
checkstyle fix
1 parent c412dd6 commit ee98a84

File tree

1 file changed

+1
-1
lines changed
  • zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook

1 file changed

+1
-1
lines changed

zeppelin-zengine/src/main/java/org/apache/zeppelin/notebook/Paragraph.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ protected Object jobRun() throws Throwable {
292292
InterpreterSetting intp = getInterpreterSettingById(repl.getInterpreterGroup().getId());
293293
while (intp.getStatus().equals(
294294
org.apache.zeppelin.interpreter.InterpreterSetting.Status.DOWNLOADING_DEPENDENCIES)) {
295-
Thread.sleep(200);
295+
Thread.sleep(200);
296296
intp = getInterpreterSettingById(repl.getInterpreterGroup().getId());
297297
}
298298
if (this.noteHasUser() && this.noteHasInterpreters()) {

0 commit comments

Comments
 (0)