未验证 提交 3136d84f 编写于 作者: B Baptiste Mathus 提交者: GitHub

Merge pull request #3897 from markawm/envvars-serialversionuid

Add a serialVersionUID to hudson.EnvVars to avoid deserialisation errors
......@@ -74,6 +74,7 @@ import javax.annotation.CheckForNull;
* @author Kohsuke Kawaguchi
*/
public class EnvVars extends TreeMap<String,String> {
private static final long serialVersionUID = 4320331661987259022L;
private static Logger LOGGER = Logger.getLogger(EnvVars.class.getName());
/**
* If this {@link EnvVars} object represents the whole environment variable set,
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册