提交 af764b02 编写于 作者: S Stephen Connolly

Define a consistent serialVersionUID

- Ignoring all the other callables in this class that are missing a serialVersionUID
上级 5de6f84e
......@@ -751,6 +751,9 @@ public class SlaveComputer extends Computer {
}
private static final class AbsolutePath extends MasterToSlaveCallable<String,IOException> {
private static final long serialVersionUID = 1L;
private final String relativePath;
private AbsolutePath(String relativePath) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册