Move comma to the upper line

This commit is contained in:
AhyoungRyu 2016-02-22 22:59:24 +09:00
parent 3b4faec18b
commit f98ff16108

View file

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