提交 5da4e45c authored 作者: Thomas Mueller's avatar Thomas Mueller

Remove dependency from Constants to SysProperties.

上级 56b9a1a2
...@@ -457,10 +457,6 @@ public class SysProperties { ...@@ -457,10 +457,6 @@ public class SysProperties {
public static final boolean USE_THREAD_CONTEXT_CLASS_LOADER = public static final boolean USE_THREAD_CONTEXT_CLASS_LOADER =
Utils.getProperty("h2.useThreadContextClassLoader", false); Utils.getProperty("h2.useThreadContextClassLoader", false);
static {
System.out.println("init sysprop");
}
/** /**
* System property <code>h2.serializeJavaObject</code> * System property <code>h2.serializeJavaObject</code>
* (default: true).<br /> * (default: true).<br />
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论