[hotfix] Make PackagedProgram(Class<?>, String...) constructor public

上级 b74594c4
......@@ -223,7 +223,7 @@ public class PackagedProgram {
}
}
PackagedProgram(Class<?> entryPointClass, String... args) throws ProgramInvocationException {
public PackagedProgram(Class<?> entryPointClass, String... args) throws ProgramInvocationException {
this.jarFile = null;
this.args = args == null ? new String[0] : args;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册