提交 757fe084 编写于 作者: J Jesse Glick

Apparently need to set the owner of the DescribableList when restoring.

Otherwise changes to configuration on the second startup are not persisted.
上级 a3d099b6
......@@ -48,6 +48,11 @@ public class ArtifactManagerConfiguration extends GlobalConfiguration {
load();
}
private Object readResolve() {
artifactManagerFactories.setOwner(this);
return this;
}
public DescribableList<ArtifactManagerFactory, Descriptor<ArtifactManagerFactory>> getArtifactManagerFactories() {
return artifactManagerFactories;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册