another small change on bootstrap
This commit is contained in:
parent
cdc6133327
commit
7dfde208ca
|
@ -47,8 +47,8 @@ public class Artemis {
|
||||||
|
|
||||||
|
|
||||||
/** This is a good method for booting an embedded command */
|
/** This is a good method for booting an embedded command */
|
||||||
public static void execute(File artemisHome, File artemisInstance, List<String> args) throws Throwable {
|
public static Object execute(File artemisHome, File artemisInstance, List<String> args) throws Throwable {
|
||||||
execute(artemisHome, artemisInstance, (String[]) args.toArray(new String[args.size()]));
|
return execute(artemisHome, artemisInstance, (String[]) args.toArray(new String[args.size()]));
|
||||||
}
|
}
|
||||||
|
|
||||||
/** This is a good method for booting an embedded command */
|
/** This is a good method for booting an embedded command */
|
||||||
|
|
Loading…
Reference in New Issue