提交 aa644d86 编写于 作者: K kohsuke

allow plugins to define its own converter or register aliases.


git-svn-id: https://hudson.dev.java.net/svn/hudson/trunk/hudson/main@6392 71c3de6d-444a-0410-be80-ed276b4c234a
上级 4639dff2
......@@ -2117,7 +2117,7 @@ public final class Hudson extends View implements ItemGroup<TopLevelItem>, Node,
/**
* Thread-safe reusable {@link XStream}.
*/
private static final XStream XSTREAM = new XStream2();
public static final XStream XSTREAM = new XStream2();
/**
* Thread pool used to load configuration in parallel, to improve the start up time.
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册