提交 a545a394 编写于 作者: K Kohsuke Kawaguchi

for serialization work these interfaces need to be public

上级 e967c0cd
......@@ -872,7 +872,7 @@ public abstract class Launcher {
}
}
private static class IOTriplet implements Serializable {
public static class IOTriplet implements Serializable {
InputStream stdout,stderr;
OutputStream stdin;
private static final long serialVersionUID = 1L;
......@@ -880,7 +880,7 @@ public abstract class Launcher {
/**
* Remoting interface of a remote process
*/
static interface RemoteProcess {
public static interface RemoteProcess {
int join() throws InterruptedException, IOException;
void kill() throws IOException, InterruptedException;
boolean isAlive() throws IOException, InterruptedException;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册