Commit d638c6d2 by Tuomas Riihimäki

Code cleanup. No functional changes

1 parent 593ea1d2
......@@ -16,11 +16,11 @@
* future versions of the Software.
*
*/
package fi.codecrew.moya.cmdline;
package fi.codecrew.moya.cmdline;
import java.io.InputStreamReader;
import java.io.OutputStreamWriter;
public interface ICommandlineCommand {
public int execute(String[] argv, InputStreamReader stdin, OutputStreamWriter stdout, OutputStreamWriter errstream);
}
import java.io.OutputStreamWriter;
public interface ICommandlineCommand {
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!