提交 13c77923 编写于 作者: K kohsuke

improving persistence signature

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@15418 71c3de6d-444a-0410-be80-ed276b4c234a
上级 acf2051c
......@@ -41,8 +41,10 @@ import java.util.concurrent.CopyOnWriteArrayList;
public abstract class Actionable extends AbstractModelObject {
/**
* Actions contributed to this model object.
*
* Typed more strongly than it should to improve the serialization signature.
*/
private volatile List<Action> actions;
private volatile CopyOnWriteArrayList<Action> actions;
/**
* Gets actions contributed to this build.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册