提交 0e14ea83 authored 作者: Thomas Mueller's avatar Thomas Mueller

Move convertStringToBytes to StringUtils.

上级 8b18f7fd
......@@ -325,7 +325,7 @@ public class TraceObject {
if (x == null) {
return "null";
}
return "org.h2.util.Utils.convertStringToBytes(\"" + StringUtils.convertBytesToString(x) + "\")";
return "org.h2.util.StringUtils.convertStringToBytes(\"" + StringUtils.convertBytesToString(x) + "\")";
}
/**
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论