Made StubRunnerMain main method public

fixes #107
This commit is contained in:
Marcin Grzejszczak
2016-10-13 17:42:19 +02:00
parent 13a90f71e9
commit ec9482497d

View File

@@ -86,7 +86,7 @@ public class StubRunnerMain {
"Example: java -jar stub-runner.jar ${parser.printExample(ALL)}");
}
static void main(String[] args) throws Exception {
public static void main(String[] args) throws Exception {
new StubRunnerMain(args).execute();
}