Fix indentation

This commit is contained in:
karuppayya 2016-01-11 13:42:50 +05:30
parent 30078ac751
commit fcdc494a3f

View file

@ -49,10 +49,7 @@ public class ShellInterpreter extends Interpreter {
int commandTimeOut = 60000;
static {
Interpreter.register(
"sh",
"sh",
ShellInterpreter.class.getName());
Interpreter.register("sh", ShellInterpreter.class.getName());
}
public ShellInterpreter(Properties property) {