Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit d638c6d2
authored
Sep 22, 2018
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Code cleanup. No functional changes
1 parent
593ea1d2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
code/moya-web/src/main/java/fi/codecrew/moya/cmdline/ICommandlineCommand.java
code/moya-web/src/main/java/fi/codecrew/moya/cmdline/ICommandlineCommand.java
View file @
d638c6d
...
...
@@ -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
);
}
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment