提交 23c529b0 编写于 作者: K kohsuke

this is not a part of serialization, so no need for volatile

git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@10075 71c3de6d-444a-0410-be80-ed276b4c234a
上级 cd2910a8
......@@ -66,7 +66,7 @@ public final class PluginManager extends AbstractModelObject {
* This is used to report a message that Hudson needs to be restarted
* for new plugins to take effect.
*/
public transient volatile boolean pluginUploaded =false;
public volatile boolean pluginUploaded =false;
public PluginManager(ServletContext context) {
this.context = context;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册