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

Adjusted to the additional fix in remoting

上级 aff88a06
......@@ -110,7 +110,7 @@ public class Connection {
*/
public <T> T readObject() throws IOException, ClassNotFoundException {
ObjectInputStream ois = new ObjectInputStreamEx(in,
ClassFilter.DEFAULT.decorate(getClass().getClassLoader()));
getClass().getClassLoader(), ClassFilter.DEFAULT);
return (T)ois.readObject();
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册