Commit d638c6d2 by Tuomas Riihimäki

Code cleanup. No functional changes

1 parent 593ea1d2
......@@ -22,5 +22,5 @@ import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
public interface ICommandlineCommand {
public int execute(String[] argv, InputStreamReader stdin, OutputStreamWriter stdout, OutputStreamWriter errstream);
int execute(String[] argv, InputStreamReader stdin, OutputStreamWriter stdout, OutputStreamWriter errstream);
}
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!