mirror of
https://github.com/apache/zeppelin
synced 2026-05-24 09:38:26 +00:00
Move comma to the upper line
This commit is contained in:
parent
3b4faec18b
commit
f98ff16108
1 changed files with 4 additions and 3 deletions
|
|
@ -57,9 +57,10 @@ public class ShellInterpreter extends Interpreter {
|
|||
"sh",
|
||||
ShellInterpreter.class.getName(),
|
||||
new InterpreterPropertyBuilder()
|
||||
.add(SHELL_COMMAND_TIMEOUT
|
||||
, DEFAULT_COMMAND_TIMEOUT
|
||||
, "Shell command time out in millisecs. Default = 600000")
|
||||
.add(
|
||||
SHELL_COMMAND_TIMEOUT,
|
||||
DEFAULT_COMMAND_TIMEOUT,
|
||||
"Shell command time out in millisecs. Default = 600000")
|
||||
.build()
|
||||
);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue