提交 b183d967 编写于 作者: R Robert Sandell

Make the XStream field be accessible with a getter instead

上级 df1040cd
......@@ -1469,7 +1469,12 @@ public class Fingerprint implements ModelObject, Saveable {
return res[0];
}
public static final XStream XSTREAM = new XStream2();
private static final XStream2 XSTREAM = new XStream2();
public static XStream2 getXStream() {
return XSTREAM;
}
static {
XSTREAM.alias("fingerprint",Fingerprint.class);
XSTREAM.alias("range",Range.class);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册